FOLDERLOGICALVIEWMODE enumeration (shobjidl_core.h)
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
} ;
Constants
FLVM_UNSPECIFIED Value: -1 The view is not specified. |
FLVM_FIRST Value: 1 The minimum valid enumeration value. Used for validation purposes only. |
FLVM_DETAILS Value: 1 Details view. |
FLVM_TILES Value: 2 Tiles view. |
FLVM_ICONS Value: 3 Icons view. |
FLVM_LIST Value: 4 Windows 7 and later. List view. |
FLVM_CONTENT Value: 5 Windows 7 and later. Content view. |
FLVM_LAST Value: 5 The maximum valid enumeration value. Used for validation purposes only. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |