Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_UNSPECIFIEDValue: -1 The view is not specified. |
FLVM_FIRSTValue: 1 The minimum valid enumeration value. Used for validation purposes only. |
FLVM_DETAILSValue: 1 Details view. |
FLVM_TILESValue: 2 Tiles view. |
FLVM_ICONSValue: 3 Icons view. |
FLVM_LISTValue: 4 Windows 7 and later. List view. |
FLVM_CONTENTValue: 5 Windows 7 and later. Content view. |
FLVM_LASTValue: 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) |