|
virtual |
Adds a new item sorted in a specific order to the list box of combo.
Use this function to add items in the list box of a combo box in a specific order. The order is defined by Compare().
lpszItem | Specifies the text of an item to add. |
dwData | Specifies the data to associate with the added item. |