IShellFind::Initialize

4/8/2010

The Initialize method initializes the callback.

Syntax

HRESULT Initialize (
  IShellFindCallback * pisfcNotify
);

Parameters

  • pisfcNotify
    [in] A callback interface pointer.

Return Value

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

Remarks

Upon destruction of this method, pisfcNotify is stored and it releases the AddRef function.

Requirements

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

See Also

Reference

IShellFind