Contents Index Topic Contents | ||
Previous Topic: FOLDERFLAGS Next Topic: SHCONTF |
FOLDERVIEWMODE
typedef enum { FVM_ICON = 1, FVM_SMALLICON = 2, FVM_LIST = 3, FVM_DETAILS = 4 } FOLDERVIEWMODE;Set of constants used to specify the folder view type.
- FVM_ICON
- The view should display large 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.