IDebugCoreServer2::EnumPortSuppliers

Retrieves a list of all available port suppliers.

HRESULT EnumPortSuppliers(
   IEnumDebugPortSuppliers2** ppEnum
);
int EnumPortSuppliers(
   out IEnumDebugPortSuppliers2 ppEnum
);

Parameters

Return Value

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

See Also

Reference

IDebugCoreServer2

IEnumDebugPortSuppliers2