IDebugControl::GetNumberPossibleExecutingProcessorTypes method (dbgeng.h)

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

Syntax

HRESULT GetNumberPossibleExecutingProcessorTypes(
  [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

GetPossibleExecutingProcessorTypes

IDebugControl

IDebugControl2

IDebugControl3