次の方法で共有


OPTCOMBO 構造体 (compstui.h)

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

構文

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

メンバーズ

cbSize

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

Flags

flags メンバー BYTE を定義します。

cListItem

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

pListItem

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

Sel

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

dwReserved[3]

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

必要条件

要件 価値
ヘッダー compstui.h (Compstui.h を含む)