OPTCOMBO structure (compstui.h)
Describes the OPTCOMBO structure.
Syntax
typedef struct _OPTCOMBO {
WORD cbSize;
BYTE Flags;
WORD cListItem;
POPTPARAM pListItem;
LONG Sel;
DWORD dwReserved[3];
} OPTCOMBO, *POPTCOMBO;
Members
cbSize
Defines the WORD member cbSize.
Flags
Defines the BYTE member Flags.
cListItem
Defines the WORD member cListItem.
pListItem
Defines the POPTPARAM member pListItem.
Sel
Defines the LONG member Sel.
dwReserved[3]
Reserved for future use.
Requirements
Requirement | Value |
---|---|
Header | compstui.h (include Compstui.h) |