Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 3.14 KB

nf-shobjidl_core-ifolderfilter-getenumflags.md

File metadata and controls

89 lines (67 loc) · 3.14 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:shobjidl_core.IFolderFilter.GetEnumFlags
IFolderFilter::GetEnumFlags (shobjidl_core.h)
Allows a client to specify which classes of objects in a Shell folder should be enumerated. When used with SHBrowseForFolder, specifies the class or classes of items that should be shown in the dialog box tree view and which class or classes should not.
GetEnumFlags
GetEnumFlags method [Windows Shell]
GetEnumFlags method [Windows Shell]
IFolderFilter interface
IFolderFilter interface [Windows Shell]
GetEnumFlags method
IFolderFilter.GetEnumFlags
IFolderFilter::GetEnumFlags
_shell_IFolderFilter_GetEnumFlags
shell.IFolderFilter_GetEnumFlags
shobjidl_core/IFolderFilter::GetEnumFlags
shell\IFolderFilter_GetEnumFlags.htm
shell
b02b103c-b82e-455b-9498-dfc387806c36
12/05/2018
GetEnumFlags, GetEnumFlags method [Windows Shell], GetEnumFlags method [Windows Shell],IFolderFilter interface, IFolderFilter interface [Windows Shell],GetEnumFlags method, IFolderFilter.GetEnumFlags, IFolderFilter::GetEnumFlags, _shell_IFolderFilter_GetEnumFlags, shell.IFolderFilter_GetEnumFlags, shobjidl_core/IFolderFilter::GetEnumFlags
shobjidl_core.h
Shobjidl.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shobjidl.idl
Windows
19H1
IFolderFilter::GetEnumFlags
shobjidl_core/IFolderFilter::GetEnumFlags
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IFolderFilter.GetEnumFlags

IFolderFilter::GetEnumFlags

-description

Allows a client to specify which classes of objects in a Shell folder should be enumerated. When used with SHBrowseForFolder, specifies the class or classes of items that should be shown in the dialog box tree view and which class or classes should not.

-parameters

-param psf [in]

Type: IShellFolder*

A pointer to the folder's IShellFolder interface.

-param pidlFolder [in]

Type: PCIDLIST_ABSOLUTE

The PIDL of the folder.

-param phwnd [in]

Type: HWND*

A pointer to the host's window handle.

-param pgrfFlags [out]

Type: DWORD*

One or more SHCONTF values that specify the classes of object to enumerate.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IFolderFilter