CBEN_GETDISPINFOCBEN_GETDISPINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: CBEN_ENDEDIT
*Next Topic: CBEN_INSERTITEM

CBEN_GETDISPINFO


CBEN_GETDISPINFO
    pDispInfo = (PNMCOMBOBOXEX) lParam;

Sent to retrieve display information about a callback item. This notification is sent in the form of a WM_NOTIFY message.

pDispInfo
Address of an NMCOMBOBOXEX structure that contains information about the notification.

The NMCOMBOBOXEX structure contains a COMBOBOXEXITEM structure. The mask member specifies the information being requested by the control.

Fill the appropriate members of the structure to return the requested information to the control. If your message handler sets the mask member of the COMBOBOXEXITEM structure to CBEIF_DI_SETITEM, the header control stores the information and will not request it again.


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