IDebugCoreServer2:: GetPortSupplier
检索特定端口提供程序。
HRESULT GetPortSupplier(
REFGUID guidPortSupplier,
IDebugPortSupplier2** ppPortSupplier
);
int GetPortSupplier(
ref Guid guidPortSupplier,
out IDebugPortSupplier2 ppPortSupplier
);
参数
guidPortSupplier
[in] 端口提供程序的 GUID 进行检索。ppPortSupplier
[out] 返回表示所需的端口提供程序的 IDebugPortSupplier2 对象。
返回值
如果成功,则返回; S_OK否则,返回错误代码。