CABINETSTATE structure
[CABINETSTATE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Holds the global configuration for Windows Explorer and Windows Internet Explorer. This structure is used in the ReadCabinetState and WriteCabinetState functions.
Syntax
typedef struct { WORD cLength; WORD nVersion; BOOL fFullPathTitle :1; BOOL fSaveLocalView :1; BOOL fNotShell :1; BOOL fSimpleDefault :1; BOOL fDontShowDescBar :1; BOOL fNewWindowMode :1; BOOL fShowCompColor :1; BOOL fDontPrettyNames :1; BOOL fAdminsCreateCommonGroups :1; UINT fUnusedFlags :7; UINT fMenuEnumFilter; } CABINETSTATE;
Members
- cLength
-
Type: WORD
-
The size of the structure, in bytes.
- nVersion
-
Type: WORD
- fFullPathTitle
-
Type: BOOL
- fSaveLocalView
-
Type: BOOL
- fNotShell
-
Type: BOOL
-
Not used.
- fSimpleDefault
-
Type: BOOL
-
Not used.
- fDontShowDescBar
-
Type: BOOL
-
Not used.
- fNewWindowMode
-
Type: BOOL
- fShowCompColor
-
Type: BOOL
- fDontPrettyNames
-
Type: BOOL
-
Not used.
- fAdminsCreateCommonGroups
-
Type: BOOL
-
Used when an administrator installs an application that places an icon in the Start menu.
- fUnusedFlags
-
Type: UINT
-
Not used.
- fMenuEnumFilter
-
Type: UINT
-
One or both of the following flags.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
End of client support |
Windows XP with SP2 |
|
End of server support |
Windows Server 2003 |
|
Header |
|