次の方法で共有


IShellFind::AbortFind

Send Feedback

The AbortFind method is called by the Find application to abort a search.

Syntax

HRESULT AbortFind(void);

Parameters

None.

Return Values

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

Remarks

This method must not block its caller (which is the main Find thread). It should launch a thread to wait for the search thread to finish and then return to its caller immediately.

Requirements

Pocket PC: Pocket PC 2000 and later.
Smartphone: none
OS Versions: Windows CE 3.0 and later.
Header: findext.h.

See Also

IShellFind

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.