Share via


IDebugPortSupplierDescription2::GetDescription

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Retrieves the description and description metadata for the port supplier.

Syntax

HRESULT GetDescription(  
   PORT_SUPPLIER_DESCRIPTION_FLAGS *pdwFlags,  
   BSTR *pbstrText  
);  
public int GetDescription(  
   out enum_PORT_SUPPLIER_DESCRIPTION_FLAGS pdwFlags,  
   out string pbstrText  
);  

Parameters

pdwFlags
[out] Metadata flags for the description.

pbstrText
[out] Description of the port supplier.

Return Value

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

See Also

IDebugPortSupplierDescription2