FOLDERLOGICALVIEWMODE enumeration
Used by IFolderViewSettings::GetViewMode and ISearchFolderItemFactory::SetFolderLogicalViewMode to describe the view mode.
Syntax
typedef enum FOLDERLOGICALVIEWMODE { FLVM_UNSPECIFIED = -1, FLVM_FIRST = 1, FLVM_DETAILS = 1, FLVM_TILES = 2, FLVM_ICONS = 3, FLVM_LIST = 4, FLVM_CONTENT = 5, FLVM_LAST = 5 } FOLDERLOGICALVIEWMODE;
Constants
- FLVM_UNSPECIFIED
-
The view is not specified.
- FLVM_FIRST
-
The minimum valid enumeration value. Used for validation purposes only.
- FLVM_DETAILS
-
Details view.
- FLVM_TILES
-
Tiles view.
- FLVM_ICONS
-
Icons view.
- FLVM_LIST
-
Windows 7 and later. List view.
- FLVM_CONTENT
-
Windows 7 and later. Content view.
- FLVM_LAST
-
The maximum valid enumeration value. Used for validation purposes only.
Requirements
|
Minimum supported client | Windows Vista, Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012