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.
Specifies the view options returned by the ViewOptions property.
Syntax
typedef enum ShellFolderViewOptions {
SFVVO_SHOWALLOBJECTS = 0x1,
SFVVO_SHOWEXTENSIONS = 0x2,
SFVVO_SHOWCOMPCOLOR = 0x8,
SFVVO_SHOWSYSFILES = 0x20,
SFVVO_WIN95CLASSIC = 0x40,
SFVVO_DOUBLECLICKINWEBVIEW = 0x80,
SFVVO_DESKTOPHTML = 0x200
} ;
Constants
SFVVO_SHOWALLOBJECTS Value: 0x1 0x0001. The Show All Files option is enabled. |
SFVVO_SHOWEXTENSIONS Value: 0x2 0x0002. The Hide extensions for known file types option is disabled. |
SFVVO_SHOWCOMPCOLOR Value: 0x8 0x0008. The Display Compressed Files and Folders with Alternate Color option is enabled. |
SFVVO_SHOWSYSFILES Value: 0x20 0x0020. The Do Not Show Hidden Files option is enabled. |
SFVVO_WIN95CLASSIC Value: 0x40 0x0040. The Classic Style option is enabled. |
SFVVO_DOUBLECLICKINWEBVIEW Value: 0x80 0x0080. The Double-Click to Open an Item option is enabled. |
SFVVO_DESKTOPHTML Value: 0x200 0x0200. The Active Desktop – View as Web Page option is enabled. |
Requirements
Requirement | Value |
---|---|
Header | shldisp.h |