Debugging Tools for Windows

GetNumberSupportedProcessorTypes

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

HRESULT
  IDebugControl::GetNumberSupportedProcessorTypes(
    OUT PULONG  Number
    );

Parameters

Number
Receives the number of processor types.

Return Value

S_OK
The method was successful.

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

Interface Version

GetNumberSupportedProcessorTypes is available in all versions of IDebugControl.

Comments

For more information, see Target Information.

Requirements

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

See Also

GetSupportedProcessorTypes

Build machine: CAPEBUILD