IDebugControl3::GetEngineOptions method (dbgeng.h)

The GetEngineOptions method returns the engine's options.

Syntax

HRESULT GetEngineOptions(
  [out] PULONG Options
);

Parameters

[out] Options

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

Return value

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

Return code Description
S_OK
The method was successful.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

AddEngineOptions

IDebugControl

IDebugControl2

IDebugControl3

RemoveEngineOptions

SetEngineOptions