Debugging Tools for Windows

GetSupportedProcessorTypes

The GetSupportedProcessorTypes method returns the processor types supported by the debugger engine.

HRESULT
  IDebugControl::GetSupportedProcessorTypes(
    IN ULONG  Start,
    IN ULONG  Count,
    OUT PULONG  Types
    );

Parameters

Start
Specifies the index of the first processor type to return. The supported processor types are indexed by the numbers zero through the number of supported processor types minus one. The number of supported processor types can be found using GetNumberSupportedProcessorTypes.
Count
Specifies the number of processor types to return.
Types
Receives the list of processor types. The number of elements this array holds is Count. For a description of the processor types, see GetActualProcessorType.

Return Value

S_OK
The method was successful.

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

Interface Version

GetSupportedProcessorTypes 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

GetNumberSupportedProcessorTypes, GetProcessorTypeNames

Build machine: CAPEBUILD