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 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.