FOLDERSETTINGS structure (shobjidl_core.h)
Contains folder view information.
Syntax
typedef struct FOLDERSETTINGS {
UINT ViewMode;
UINT fFlags;
} FOLDERSETTINGS;
Members
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.
Remarks
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.
Requirements
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) |