IShellFind::SetCallback
The SetCallback method is called to attach the handler to a different callback interface.
Syntax
HRESULT SetCallback (
IShellFindCallback * pisfcNew
);
Parameters
- pisfcNew
[in] A callback interface pointer
Return Values
This method should return S_OK if it was successful or appropriate errors if not.
Remarks
When this method is called, the old callback pointer is released with the Windows CE IUnknown::Release method and the new one is added with the the Windows CE IUnknown::AddRef method and stored.
Requirements
Pocket PC: Pocket PC 2000 and later.
Smartphone: none
OS Versions: Windows CE 3.0 and later.
Header: findext.h.
See Also
IShellFind | IUnknown::AddRef | IUnknown::Release
Send Feedback on this topic to the authors