Debugging Tools for Windows

GetNumberPossibleExecutingProcessorTypes

The GetNumberPossibleExecutingProcessorTypes method returns the number of processor types that are supported by the computer running the current target.

HRESULT
  IDebugControl::GetNumberPossibleExecutingProcessorTypes(
    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

GetNumberPossibleExecutingProcessorTypes 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

GetPossibleExecutingProcessorTypes

Build machine: CAPEBUILD