IResultData::SetDescBarText

[This is preliminary documentation and subject to change.]

Sets the description bar text for the result view pane.

HRESULT SetDescBarText(
  LPOLESTR DescText  // Description bar text
);
 

Parameters

[in] DescText
Pointer to a zero-terminated string containing text to be displayed in the description bar.

Return Values

S_OK
The item was successfully set.
E_UNEXPECTED
An unexpected error occurred.

Remarks

This method provides the same functionality for both result view panes and virtual lists.

See Also

IResultData