FOLDERVIEWMODE enumeration (shobjidl_core.h)

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
} ;

Constants

 
FVM_AUTO
Value: -1
The view should determine the best option.
FVM_FIRST
Value: 1
The minimum constant value in FOLDERVIEWMODE, for validation purposes.
FVM_ICON
Value: 1
The view should display medium-size icons.
FVM_SMALLICON
Value: 2
The view should display small icons.
FVM_LIST
Value: 3
Object names are displayed in a list view.
FVM_DETAILS
Value: 4
Object names and other selected information, such as the size or date last updated, are shown.
FVM_THUMBNAIL
Value: 5
The view should display thumbnail icons.
FVM_TILE
Value: 6
The view should display large icons.
FVM_THUMBSTRIP
Value: 7
The view should display icons in a filmstrip format.
FVM_CONTENT
Value: 8
Windows 7 and later. The view should display content mode.
FVM_LAST
Value: 8
The maximum constant value in FOLDERVIEWMODE, for validation purposes.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 7 [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)