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 the handle of the item whose index is specified by sItemIndex to the value specified by ulItemHandle.


[Back] [Next]