共用方式為


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

定義 cListItem WORD 成員。

pListItem

定義 POPTPARAM 成員 pListItem

Sel

定義 LONG 成員,Sel

dwReserved[3]

保留供日後使用。

要求

要求 價值
標頭 compstui.h (包括 Compstui.h)