IShellFindCallback::OnItemDeleted

4/8/2010

The OnItemDeleted method provides notification that an item in the list is about to be deleted.

Syntax

HRESULT OnItemDeleted (
  IShellFindItem * pisfiDeleted
);

Parameters

  • pisfiDeleted
    [in] The item to be deleted.

Return Value

This method should return S_OK if it was successful or appropriate errors if not.

Requirements

Header findext.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later

See Also

Reference

IShellFindCallback