Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.08 KB

idebugportsupplierdescription2-getdescription.md

File metadata and controls

49 lines (42 loc) · 1.08 KB
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
IDebugPortSupplierDescription2::GetDescription
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugPortSupplierDescription2::GetDescription

Retrieves the description and description metadata for the port supplier.

Syntax

public int GetDescription(
   out enum_PORT_SUPPLIER_DESCRIPTION_FLAGS pdwFlags,
   out string pbstrText
);
HRESULT GetDescription(
   PORT_SUPPLIER_DESCRIPTION_FLAGS *pdwFlags,
   BSTR *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