次の方法で共有


IShellFind::StartFind

Send Feedback

The StartFind method is called by the Find application to start a search.

Syntax

HRESULT StartFind (
  FINDITEMATTRIBUTES * pfiaFilter,
  DWORD grfifFlags
);

Parameters

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.