Debugging Tools for Windows

GetNumberSystems

The GetNumberSystems method returns the number of targets to which the engine is currently connected.

HRESULT
  IDebugSystemObjects3::GetNumberSystems(
    OUT PULONG  Number
    );

Parameters

Number
Receives the number of targets.

Return Value

S_OK
The method was successful.

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

Interface Version

GetNumberSystems is available in IDebugSystemObjects3 and later versions.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

Debugging Session and Execution Model

Build machine: CAPEBUILD