IDebugCoreServer2::GetPort
Retrieves a specific port.
Syntax
Parameters
guidPort
[in] GUID of the port to be retrieved.
ppPort
[out] Returns an IDebugPort2 object representing the desired port.
Return Value
If successful, returns S_OK
; otherwise, returns an error code. Returns E_PORTSUPPLIER_NO_PORT
if there is no port with the given identifier.