获取端口提供程序标识符。
HRESULT GetPortSupplierId(
GUID* pguidPortSupplier
);
HRESULT GetPortSupplierId(
out Guid pguidPortSupplier
);
参数
- pguidPortSupplier
[out] 返回端口提供程序的 GUID。
返回值
如果成功,则返回; S_OK否则,返回错误代码。
获取端口提供程序标识符。
HRESULT GetPortSupplierId(
GUID* pguidPortSupplier
);
HRESULT GetPortSupplierId(
out Guid pguidPortSupplier
);
如果成功,则返回; S_OK否则,返回错误代码。