The meaning of the item handle is defined by the application. It may, for example, be a pointer to an application defined data structure.

Item handles are initialized to NULLHANDLE when an item is created. The list box control window procedure responds to this message by setting ulItem to the handle of the item whose index is specified by sItemIndex.


[Back] [Next]