CBEN_INSERTITEM notification code

Sent when a new item has been inserted in the control. This notification code is sent in the form of a WM_NOTIFY message.

CBEN_INSERTITEM

    pNMInfo = (PNMCOMBOBOXEX) lParam;

Parameters

lParam

A pointer to an NMCOMBOBOXEX structure containing information about the notification code and the item that was inserted.

Return value

The application processing this notification code must return zero.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h