IDebugSystemObjects4::GetNumberSystems method (dbgeng.h)

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

Syntax

HRESULT GetNumberSystems(
  [out] PULONG Number
);

Parameters

[out] Number

Receives the number of targets.

Return value

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

Return code Description
S_OK
The method was successful.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

Debugging Session and Execution Model

IDebugSystemObjects3

IDebugSystemObjects4