| Debugging Tools for Windows | 
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
    );
This method may also return error values. See Return Values for more details.
GetNumberPossibleExecutingProcessorTypes is available in all versions of IDebugControl.
For more information, see Target Information.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.