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) |