IDebugPortSupplier2:: GetPortSupplierName

获取端口提供程序名称。

HRESULT GetPortSupplierName( 
   BSTR* pbstrName
);
int GetPortSupplierName( 
   out string pbstrName
);

参数

  • pbstrName
    [out] 返回端口提供程序的名称。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

请参见

参考

IDebugPortSupplier2