The list box control window procedure responds to this message by inserting the item text identified by the pszItemText parameter into the position in the list specified by the sItemIndex parameter.

The sorting sequence used is that defined by the WinCompareStrings function.

The list box control sets sIndexInserted to the zero-based index of the offset of the item within the list.


[Back] [Next]