Contents Index Topic Contents | ||
Previous Topic: SHELLEXECUTEINFO Next Topic: SHFILEINFO |
SHELLFLAGSTATE
typedef struct { BOOL fShowAllObjects : 1; BOOL fShowExtensions : 1; BOOL fNoConfirmRecycle : 1; BOOL fShowSysFiles : 1; BOOL fShowCompColor : 1; BOOL fDoubleClickInWebView : 1; BOOL fDesktopHTML : 1; BOOL fWin95Classic : 1; BOOL fDontPrettyPath : 1; BOOL fShowAttribCol : 1; BOOL fMapNetDrvBtn : 1; BOOL fShowInfoTip : 1; BOOL fHideIcons : 1; UINT fRestFlags : 3; } SHELLFLAGSTATE, * LPSHELLFLAGSTATE;Contains a set of flags that indicate the current shell settings. This structure is used with the SHGetSettings function.
- fShowAllObjects
- Nonzero if the Show All Files option is enabled or zero otherwise.
- fShowExtensions
- Nonzero if the Hide File Extensions for Known File Types option is disabled or zero otherwise.
- fNoConfirmRecycle
- Nonzero if the Display Delete Confirmation Dialog box in the Recycle Bin is enabled or zero otherwise.
- fShowSysFiles
- Nonzero if the Do Not Show Hidden Files option is selected or zero otherwise.
- fShowCompColor
- Nonzero if the Display Compressed Files and Folders with Alternate Color option is enabled or zero otherwise.
- fDoubleClickInWebView
- Nonzero if the Double-Click to Open an Item option is enabled or zero otherwise.
- fDesktopHTML
- Nonzero if the Active Desktop View as Web Page option is enabled or zero otherwise.
- fWin95Classic
- Nonzero if the Classic Style option is enabled or zero otherwise.
- fDontPrettyPath
- Nonzero if the Allow All Uppercase Names option is enabled or zero otherwise.
- fShowAttribCol
- Nonzero if the Show File Attributes in Detail View option is enabled or zero otherwise.
- fMapNetDrvBtn
- Nonzero if the Show Map Network Drive Button in Toolbar option is enabled or zero otherwise.
- fShowInfoTip
- Nonzero if the Show Info Tips for Items in Folders & Desktop option is enabled or zero otherwise.
- fHideIcons
- Not used.
- fRestFlags
- Not used.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.