IDebugCoreServer2::GetPortSupplier

Retrieves a specific port supplier.

Syntax

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