msgs12.hlp (Topic list)
CBN_LBSELECT (1.2)
Notification Group  Overview                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINENTRYFIELDS
 
WM_CONTROL
id = (USHORT) SHORT1FROMMP(mp1);    /* control-window ID */
usNotifyCode = CBN_LBSELECT;
 
The CBN_LBSELECT notification message is sent when a combination-box list
item is selected.
 
Parameter     Description
────────────────────────────────────────────────────────────────────────────
 
id            Low word of mp1. Identifies the control window.
 
usNotifyCode  High word of mp1. Set to CBN_LBSELECT.
 
Return Value
 
An application should return zero if it processes this message.
 
See Also
 
WM_CONTROL