FOLDER_ENUM_MODE enumeration (shobjidl_core.h)
Used by IObjectWithFolderEnumMode::GetMode and IObjectWithFolderEnumMode::SetMode methods to get and set the display modes for the folders.
Syntax
typedef enum FOLDER_ENUM_MODE {
FEM_VIEWRESULT = 0,
FEM_NAVIGATION = 1
} ;
Constants
FEM_VIEWRESULT Value: 0 Display mode to view the contents of a folder. |
FEM_NAVIGATION Value: 1 Display mode to view the contents of the folders in the navigation pane. |
Remarks
If an item does not support the enumeration mode value (because it is not a folder or it does not provide the enumeration mode) then it is created in the default enumeration mode.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |