Contents Index Topic Contents | ||
Previous Topic: FMS_TOOLBARLOAD Next Topic: FVSHOWINFO |
FOLDERSETTINGS
Contains folder view information.
Syntax
typedef struct { UINT ViewMode; UINT fFlags; }FOLDERSETTINGS; *LPFOLDERSETTINGS;Members
- ViewMode
- Folder view mode. This can be one of the FOLDERVIEWMODE values.
- fFlags
- 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.
See Also
IShellView::CreateViewWindow, IShellView::GetCurrentInfo
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.