IDebugSystemObjects3::GetSystemByServer method (dbgeng.h)

Gets the system for a server.

Syntax

HRESULT GetSystemByServer(
  ULONG64 Server,
  PULONG  Id
);

Parameters

Server

A pointer to the returned server value.

Id

Id

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 Windows
Header dbgeng.h (include Dbgeng.h)

See also

Debugging Session and Execution Model

IDebugSystemObjects3