IDebugControl::GetNumberSupportedProcessorTypes method (dbgeng.h)

The GetNumberSupportedProcessorTypes method returns the number of processor types supported by the engine.

Syntax

HRESULT GetNumberSupportedProcessorTypes(
  [out] PULONG Number
);

Parameters

[out] Number

Receives the number of processor types.

Return value

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

Return code Description
S_OK
The method was successful.

Remarks

For more information, see Target Information.

Requirements

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

See also

GetSupportedProcessorTypes

IDebugControl

IDebugControl2

IDebugControl3