IResultData::DeleteAllRsltItems method (mmc.h)

The IResultData::DeleteAllRsltItems method enables the snap-in to remove all user-inserted items and subitems from the result view pane.

Syntax

HRESULT DeleteAllRsltItems();

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