Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 2.26 KB

nf-shlobj_core-shfindfiles.md

File metadata and controls

78 lines (61 loc) · 2.26 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlobj_core.SHFindFiles
SHFindFiles function (shlobj_core.h)
SHFindFiles may be altered or unavailable.
SHFindFiles
SHFindFiles function [Windows Shell]
_win32_SHFindFiles
shell.SHFindFiles
shlobj_core/SHFindFiles
shell\SHFindFiles.htm
shell
c54036c2-e6b9-4b21-b2b2-a6721c502ee5
12/05/2018
SHFindFiles, SHFindFiles function [Windows Shell], _win32_SHFindFiles, shell.SHFindFiles, shlobj_core/SHFindFiles
shlobj_core.h
Shlobj.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shell32.lib
Shell32.dll (version 6.0 or later)
Windows
19H1
SHFindFiles
shlobj_core/SHFindFiles
c++
APIRef
kbSyntax
DllExport
Shell32.dll
SHFindFiles

SHFindFiles function

-description

[SHFindFiles is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Displays the Search window UI.

-parameters

-param pidlFolder [in, optional]

Type: PCIDLIST_ABSOLUTE

The folder from which to start the search. This folder appears in the Look in: box in the Search window. This folder and all of its subfolders are searched unless users choose other options in the Search window's More Advanced Options. This value can be NULL.

-param pidlSaveFile [in, optional]

Type: PCIDLIST_ABSOLUTE

This parameter is not used and must be set to NULL.

Windows Server 2003 and Windows XP:  A saved search file (.fnd) to load. You can save search parameters to a .fnd file after the search is begun. This value can be NULL.

-returns

Type: BOOL

Returns TRUE if successful in displaying the Search window; otherwise FALSE.