Searched refs:ListBox_AddString (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/shellext/acppage/ |
H A D | CEditCompatModes.cpp | 56 ListBox_AddString(m_hListAdd, str); in OnInitDialog() 64 Index = ListBox_AddString(m_hListActive, Str); in OnInitDialog() 94 Index = ListBox_AddString(m_hListActive, Str); in OnAdd()
|
/reactos/modules/rosapps/templates/old_wordpad/ |
H A D | dialogs.c | 27 (void)ListBox_AddString(hList, in NewDocSelDlgProc()
|
/reactos/base/applications/msconfig_new/ |
H A D | freeldrpage.c | 81 pos = ListBox_AddString(hDlgCtrl, szBuffer); in LoadIniFile()
|
/reactos/dll/win32/iernonce/ |
H A D | dialog.cpp | 124 INT Index = ListBox_AddString(m_hListBox, Section.m_SectionTitle); in ProcessWindowMessage()
|
/reactos/dll/win32/netcfgx/ |
H A D | propertypage.c | 976 idx = ListBox_AddString(hwndControl, pszText); in OnInitDialog()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 472 #define ListBox_AddString(hwndCtl,lpsz) ((int)(DWORD)SNDMSG((hwndCtl),LB_ADDSTRING,0,(LPARAM)(LPCTS… macro
|
/reactos/dll/win32/syssetup/ |
H A D | wizard.c | 354 (void)ListBox_AddString(GetDlgItem(hwndDlg, IDC_PROJECTS), CurrentProject); in AckPageDlgProc()
|