Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.