Condividi tramite


enumerazione CATEGORYINFO_FLAGS (shobjidl_core.h)

Fornisce un set di flag da usare con la struttura CATEGORY_INFO .

Sintassi

typedef enum CATEGORYINFO_FLAGS {
  CATINFO_NORMAL = 0,
  CATINFO_COLLAPSED = 0x1,
  CATINFO_HIDDEN = 0x2,
  CATINFO_EXPANDED = 0x4,
  CATINFO_NOHEADER = 0x8,
  CATINFO_NOTCOLLAPSIBLE = 0x10,
  CATINFO_NOHEADERCOUNT = 0x20,
  CATINFO_SUBSETTED = 0x40,
  CATINFO_SEPARATE_IMAGES = 0x80,
  CATINFO_SHOWEMPTY = 0x100
} ;

Costanti

 
CATINFO_NORMAL
Valore: 0
0x00000000. Applica le proprietà predefinite per la categoria.
CATINFO_COLLAPSED
Valore: 0x1
0x00000001. La categoria deve essere visualizzata come compressa
CATINFO_HIDDEN
Valore: 0x2
0x00000002. La categoria deve essere visualizzata come nascosta.
CATINFO_EXPANDED
Valore: 0x4
0x00000004. La categoria deve essere visualizzata come espansa.
CATINFO_NOHEADER
Valore: 0x8
0x00000008. La categoria non ha intestazione.
CATINFO_NOTCOLLAPSIBLE
Valore: 0x10
0x00000010. Impossibile comprimere la categoria.
CATINFO_NOHEADERCOUNT
Valore: 0x20
0x00000020. Il numero di elementi nella categoria non deve essere visualizzato nell'intestazione.
CATINFO_SUBSETTED
Valore: 0x40
0x00000040. Windows 7 e versioni successive. La categoria deve essere visualizzata sottoinsieme.
CATINFO_SEPARATE_IMAGES
Valore: 0x80
CATINFO_SHOWEMPTY
Valore: 0x100

Requisiti

Requisito Valore
Client minimo supportato Windows XP, Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione shobjidl_core.h (include Shobjidl.h)