IResultData::SetDescBarText method (mmc.h)

The IResultData::SetDescBarText method sets the description bar text for the result view pane.

Syntax

HRESULT SetDescBarText(
  [in] LPOLESTR DescText
);

Parameters

[in] DescText

A pointer to a null-terminated string that contains text to be displayed in the description bar.

Return value

This method can return one of these values.

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h
DLL Mmcndmgr.dll

See also

IResultData

IResultData2