description | title | ms.date | ms.topic | helpviewer_keywords | author | ms.author | manager | ms.subservice | dev_langs | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the description and description metadata for the port supplier. |
IDebugPortSupplierDescription2::GetDescription |
11/04/2016 |
reference |
|
maiak |
maiak |
mijacobs |
debug-diagnostics |
|
Retrieves the description and description metadata for the port supplier.
public int GetDescription(
out enum_PORT_SUPPLIER_DESCRIPTION_FLAGS pdwFlags,
out string pbstrText
);
HRESULT GetDescription(
PORT_SUPPLIER_DESCRIPTION_FLAGS *pdwFlags,
BSTR *pbstrText
);
pdwFlags
[out] Metadata flags for the description.
pbstrText
[out] Description of the port supplier.
If successful, returns S_OK
; otherwise, returns an error code.