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.
Retrieves a specific port.
HRESULT GetPort( 
   REFGUID       guidPort,
   IDebugPort2** ppPort
);
int GetPort( 
   ref Guid        guidPort,
   out IDebugPort2 ppPort
);
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.