Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.