Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method obtains an interface to the server that this port is on.
HRESULT GetServer(
IDebugCoreServer3** ppServer
);
int GetServer(
out IDebugCoreServer3 ppServer
);
Parameters
- ppServer
[out] Returns an object implementing the IDebugCoreServer3 interface.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The IDebugCoreServer3 is implemented by Visual Studio and represents the server that the port is located on.