IResultData::UpdateItem

[This is preliminary documentation and subject to change.]

Causes a specified item in the result pane to be redrawn.

HRESULT UpdateItem(
  HRESULTITEM itemID  // Unique identifier of an item in the result 
                      // pane
);
 

Parameters

[in] itemID
Specifies the unique identifier of the item in the result pane to be redrawn.
When applied to virtual lists, pass the item index instead of the itemID.

Return Values

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

Remarks

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

See Also

IResultData