NMCOMBOBOXEXNMCOMBOBOXEX*
*Contents  *Index  *Topic Contents
*Previous Topic: NMCBEDRAGBEGIN
*Next Topic: Date and Time Picker Controls

NMCOMBOBOXEX


typedef struct {
    NMHDR hdr;
    COMBOBOXEXITEM ceItem;
} NMCOMBOBOXEX, *PNMCOMBOBOXEX;

Holds information specific to ComboBoxEx items for use with notification messages.

hdr
NMHDR structure that contains information about the notification message.
ceItem
COMBOBOXEXITEM structure that holds item information specific to the current notification. Upon receiving a notification message, the COMBOBOXEXITEM structure holds information required for the owner to respond. The members of this structure are often used as fields for the owner to return values in response to the notification.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.