IDebugSystemObjects3::GetCurrentSystemServer method (dbgeng.h)

Gets the server for the current process.

Syntax

HRESULT GetCurrentSystemServer(
  [out] PULONG64 Server
);

Parameters

[out] Server

A pointer to the returned server value.

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