FOLDERSETTINGS structure (shobjidl_core.h)
Contains folder view information.
C++
typedef struct FOLDERSETTINGS {
UINT ViewMode;
UINT fFlags;
} FOLDERSETTINGS;
ViewMode
Type: UINT
Folder view mode. One of the FOLDERVIEWMODE values.
fFlags
Type: UINT
A set of flags that indicate the options for the folder. This can be zero or a combination of the FOLDERFLAGS values.
These settings assume a particular user interface, which the Shell's folder view has. A Shell extension can use these settings if they apply to the view implemented by the extension.
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |