Debugging Tools for Windows

GetEngineOptions

The GetEngineOptions method returns the engine's options.

HRESULT
  IDebugControl::GetEngineOptions(
    OUT PULONG  Options
    );

Parameters

Options
Receives a bit-set that contains the engine's options. For a description of the engine options, see DEBUG_ENGOPT_XXX.

Return Value

S_OK
The method was successful.

This method may also return error values. See Return Values for more details.

Interface Version

GetEngineOptions is available in all versions of IDebugControl.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

AddEngineOptions, RemoveEngineOptions, SetEngineOptions

Build machine: CAPEBUILD