Structure OPTCOMBO (compstui.h)

Décrit la structure OPTCOMBO .

Syntaxe

typedef struct _OPTCOMBO {
  WORD      cbSize;
  BYTE      Flags;
  WORD      cListItem;
  POPTPARAM pListItem;
  LONG      Sel;
  DWORD     dwReserved[3];
} OPTCOMBO, *POPTCOMBO;

Membres

cbSize

Définit le membre word cbSize.

Flags

Définit les indicateurs de membreBYTE.

cListItem

Définit le membre WORD cListItem.

pListItem

Définit le membre POPTPARAMpListItem.

Sel

Définit le sel du membre LONG.

dwReserved[3]

Réservé pour un usage futur.

Spécifications

Condition requise Valeur
En-tête compstui.h (inclure Compstui.h)