Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

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

Syntax

HRESULT AbortFind(void);

Parameters

None.

Return Value

This method should return S_OKif 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

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

See Also

Reference

IShellFind