ComboBox_AddString macro (windowsx.h)

Adds a string to a list in a combo box. If the combo box does not have the CBS_SORT style, the string is added to the end of the list. Otherwise, the string is inserted into the list and the list is sorted. You can use this macro or send the CB_ADDSTRING message explicitly.

Syntax

void ComboBox_AddString(
   hwndCtl,
   lpsz
);

Parameters

hwndCtl

Type: HWND

A handle to the control.

lpsz

Type: LPCTSTR

The string to add.

Return value

None

Remarks

For more information, see CB_ADDSTRING.

Requirements

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