Expand Minimize
This topic has not yet been rated - Rate this topic

IDebugControl::GetNumberPossibleExecutingProcessorTypes method

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

Number [out]

Receives the number of processor types.

Return value

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

Return codeDescription
S_OK

The method was successful.

 

Remarks

For more information, see Target Information.

Requirements

Header

Dbgeng.h (include Dbgeng.h)

See also

IDebugControl
IDebugControl2
IDebugControl3
GetPossibleExecutingProcessorTypes

 

 

Send comments about this topic to Microsoft

Build date: 4/9/2013

© 2013 Microsoft. All rights reserved.