IShellFind::Initialize
The Initialize method initializes the callback.
Syntax
HRESULT Initialize (
IShellFindCallback * pisfcNotify
);
Parameters
- pisfcNotify
[in] A callback interface pointer.
Return Values
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
Pocket PC: Pocket PC 2000 and later.
Smartphone: none
OS Versions: Windows CE 3.0 and later.
Header: findext.h.
See Also
Send Feedback on this topic to the authors