OPTCOMBO 構造体 (compstui.h)

OPTCOMBO 構造体について説明します。

構文

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

メンバー

cbSize

WORD メンバー cbSize を定義します。

Flags

BYTE メンバーフラグを定義します

cListItem

WORD メンバー cListItem を定義します

pListItem

POPTPARAM メンバー pListItem を定義します。

Sel

LONG メンバー Sel を定義します。

dwReserved[3]

将来使用するために予約されています。

必要条件

要件
Header compstui.h (Compstui.h を含む)