Skip to content

Latest commit

 

History

History
112 lines (77 loc) · 4.32 KB

nf-dbgeng-idebugcontrol2-getpossibleexecutingprocessortypes.md

File metadata and controls

112 lines (77 loc) · 4.32 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugControl2.GetPossibleExecutingProcessorTypes
IDebugControl2::GetPossibleExecutingProcessorTypes (dbgeng.h)
Learn about the GetPossibleExecutingProcessorTypes method, which returns the processor types that are supported by the computer running the current target.
debugger\getpossibleexecutingprocessortypes.htm
debugger
05/03/2018
IDebugControl2::GetPossibleExecutingProcessorTypes
GetPossibleExecutingProcessorTypes, GetPossibleExecutingProcessorTypes method [Windows Debugging], GetPossibleExecutingProcessorTypes method [Windows Debugging],IDebugControl interface, GetPossibleExecutingProcessorTypes method [Windows Debugging],IDebugControl2 interface, GetPossibleExecutingProcessorTypes method [Windows Debugging],IDebugControl3 interface, IDebugControl interface [Windows Debugging],GetPossibleExecutingProcessorTypes method, IDebugControl2 interface [Windows Debugging],GetPossibleExecutingProcessorTypes method, IDebugControl2.GetPossibleExecutingProcessorTypes, IDebugControl2::GetPossibleExecutingProcessorTypes, IDebugControl3 interface [Windows Debugging],GetPossibleExecutingProcessorTypes method, IDebugControl3::GetPossibleExecutingProcessorTypes, IDebugControl::GetPossibleExecutingProcessorTypes, IDebugControl_582811e7-4eb0-4b94-a5d0-8c903ea8c2fe.xml, dbgeng/IDebugControl2::GetPossibleExecutingProcessorTypes, dbgeng/IDebugControl3::GetPossibleExecutingProcessorTypes, dbgeng/IDebugControl::GetPossibleExecutingProcessorTypes, debugger.getpossibleexecutingprocessortypes
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugControl2::GetPossibleExecutingProcessorTypes
dbgeng/IDebugControl2::GetPossibleExecutingProcessorTypes
APIRef
kbSyntax
COM
dbgeng.h
IDebugControl2::GetPossibleExecutingProcessorTypes

IDebugControl2::GetPossibleExecutingProcessorTypes

-description

The GetPossibleExecutingProcessorTypes method returns the processor types that are supported by the computer running the current target.

-parameters

-param Start [in]

Specifies the index of the first processor type to return. The processor types are indexed by numbers zero through to the number of processor types supported by the current target minus one. The number of processor types supported by the current target can be found using GetNumberPossibleExecutingProcessorTypes.

-param Count [in]

Specifies how many processor types to return.

-param Types [out]

Receives the list of processor types. The number of elements this array holds is Count. For a description of the processor types see GetActualProcessorType.

-returns

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.

-see-also

GetActualProcessorType

GetNumberPossibleExecutingProcessorTypes

IDebugControl

IDebugControl2

IDebugControl3