Share via


IDebugCoreServer2::GetPortSupplier

Retrieves a specific port supplier.

HRESULT GetPortSupplier( 
   REFGUID               guidPortSupplier,
   IDebugPortSupplier2** ppPortSupplier
);
int GetPortSupplier( 
   ref Guid                guidPortSupplier,
   out IDebugPortSupplier2 ppPortSupplier
);

Parameters

  • guidPortSupplier
    [in] GUID of the port supplier to be retrieved.

  • ppPortSupplier
    [out] Returns an IDebugPortSupplier2 object representing the desired port supplier.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

Reference

IDebugCoreServer2

IDebugPortSupplier2