IResultData::UpdateItem method (mmc.h)

The IResultData::UpdateItem method causes a specified item in the result pane to be redrawn.

Syntax

HRESULT UpdateItem(
  [in] HRESULTITEM itemID
);

Parameters

[in] itemID

A value that specifies the unique identifier of the item to be redrawn in the result pane. When applied to virtual lists, pass the item index instead of the itemID.

Return value

This method can return one of these values.

Remarks

UpdateItem would typically be used to update a displayed item after changes were made to it by the user.

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