Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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_SHOWALLOBJECTSValue: 0x1 0x0001. The Show All Files option is enabled. |
SFVVO_SHOWEXTENSIONSValue: 0x2 0x0002. The Hide extensions for known file types option is disabled. |
SFVVO_SHOWCOMPCOLORValue: 0x8 0x0008. The Display Compressed Files and Folders with Alternate Color option is enabled. |
SFVVO_SHOWSYSFILESValue: 0x20 0x0020. The Do Not Show Hidden Files option is enabled. |
SFVVO_WIN95CLASSICValue: 0x40 0x0040. The Classic Style option is enabled. |
SFVVO_DOUBLECLICKINWEBVIEWValue: 0x80 0x0080. The Double-Click to Open an Item option is enabled. |
SFVVO_DESKTOPHTMLValue: 0x200 0x0200. The Active Desktop – View as Web Page option is enabled. |
Requirements
| Requirement | Value |
|---|---|
| Header | shldisp.h |