Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
shlobj.h
Unicode
No
Platform Notes
None

SHCONTF

The SHCONTF enumeration type defines flags used with the IShellFolder::EnumObjects and IShellFolder::SetNameOf methods.

typedef enum tagSHCONTF {

SHCONTF_FOLDERS = 32, // for shell browser

SHCONTF_NONFOLDERS = 64, // for default view

SHCONTF_INCLUDEHIDDEN = 128, // for hidden or system objects

} SHCONTF;

See Also

IShellFolder::EnumObjects
, IShellFolder::SetNameOf

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples