Gets a string to display types which are not inherently viewable The returned text is a name describing the property and can be displayed in the caller's user interface.

HRESULT GetDisplayString(
   DISPID  dispid,
   BSTR*  pBstr
);

Parameters

dispid

[in] Dispatch identifier of the property whose display name is requested.

pBstr

[out] Pointer to the BSTR containing the display name for the property identified by dispID.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also