FOLDERVIEWMODE enumeration
Specifies the folder view type.
Syntax
typedef enum FOLDERVIEWMODE { FVM_AUTO = -1, FVM_FIRST = 1, FVM_ICON = 1, FVM_SMALLICON = 2, FVM_LIST = 3, FVM_DETAILS = 4, FVM_THUMBNAIL = 5, FVM_TILE = 6, FVM_THUMBSTRIP = 7, FVM_CONTENT = 8, FVM_LAST = 8 } FOLDERVIEWMODE;
Constants
- FVM_AUTO
-
The view should determine the best option.
- FVM_FIRST
-
The minimum constant value in FOLDERVIEWMODE, for validation purposes.
- FVM_ICON
-
The view should display medium-size icons.
- FVM_SMALLICON
-
The view should display small icons.
- FVM_LIST
-
Object names are displayed in a list view.
- FVM_DETAILS
-
Object names and other selected information, such as the size or date last updated, are shown.
- FVM_THUMBNAIL
-
The view should display thumbnail icons.
- FVM_TILE
-
The view should display large icons.
- FVM_THUMBSTRIP
-
The view should display icons in a filmstrip format.
- FVM_CONTENT
-
Windows 7 and later. The view should display content mode.
- FVM_LAST
-
The maximum constant value in FOLDERVIEWMODE, for validation purposes.
Requirements
|
Minimum supported client | Windows XP, Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012