CATEGORYINFO_FLAGS enumeration
Provides a set of flags for use with the CATEGORY_INFO structure.
Syntax
typedef enum CATEGORYINFO_FLAGS { CATINFO_NORMAL = 0x00000000, CATINFO_COLLAPSED = 0x00000001, CATINFO_HIDDEN = 0x00000002, CATINFO_EXPANDED = 0x00000004, CATINFO_NOHEADER = 0x00000008, CATINFO_NOTCOLLAPSIBLE = 0x00000010, CATINFO_NOHEADERCOUNT = 0x00000020, CATINFO_SUBSETTED = 0x00000040 } CATEGORYINFO_FLAGS;
Constants
- CATINFO_NORMAL
-
0x00000000. Applies default properties for the category.
- CATINFO_COLLAPSED
-
0x00000001. The category should appear as collapsed
- CATINFO_HIDDEN
-
0x00000002. The category should appear as hidden.
- CATINFO_EXPANDED
-
0x00000004. The category should appear as expanded.
- CATINFO_NOHEADER
-
0x00000008. The category has no header.
- CATINFO_NOTCOLLAPSIBLE
-
0x00000010. The category cannot be collapsed.
- CATINFO_NOHEADERCOUNT
-
0x00000020. The count of items in the category should not be displayed in the header.
- CATINFO_SUBSETTED
-
0x00000040. Windows 7 and later. The category should appear subsetted.
Requirements
|
Minimum supported client | Windows XP, Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012