次の方法で共有


IShellFind::SetCallback

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.