IShellFind::StartFind
The StartFind method is called by the Find application to start a search.
Syntax
HRESULT StartFind (
FINDITEMATTRIBUTES * pfiaFilter,
DWORD grfifFlags
);
Parameters
- pfiaFilter
[in] Reference to a FINDITEMATTRIBUTES structure. - grfifFlags
[in] Flags.
Return Values
This method should return S_OK if it was successful or appropriate errors if not.
Remarks
The pfiaFilter parameter specifies parameters with which to filter the find. The pfiaFilter->grfiamMask specifies which fields of pfiaFilter are active. Currently, the only filters that are implemented are FIAM_TEXT and FIAM_SCOPE. The text to search for is pfiaFilter->pszFindText.
Requirements
Pocket PC: Pocket PC 2000 and later.
Smartphone: none
OS Versions: Windows CE 3.0 and later.
Header: findext.h.
See Also
IShellFind | FINDITEMATTRIBUTES
Send Feedback on this topic to the authors