Home
last modified time | relevance | path

Searched refs:ListBox_AddString (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/shellext/acppage/
H A DCEditCompatModes.cpp56 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 Ddialogs.c27 (void)ListBox_AddString(hList, in NewDocSelDlgProc()
/reactos/base/applications/msconfig_new/
H A Dfreeldrpage.c81 pos = ListBox_AddString(hDlgCtrl, szBuffer); in LoadIniFile()
/reactos/dll/win32/iernonce/
H A Ddialog.cpp124 INT Index = ListBox_AddString(m_hListBox, Section.m_SectionTitle); in ProcessWindowMessage()
/reactos/dll/win32/netcfgx/
H A Dpropertypage.c976 idx = ListBox_AddString(hwndControl, pszText); in OnInitDialog()
/reactos/sdk/include/psdk/
H A Dwindowsx.h472 #define ListBox_AddString(hwndCtl,lpsz) ((int)(DWORD)SNDMSG((hwndCtl),LB_ADDSTRING,0,(LPARAM)(LPCTS… macro
/reactos/dll/win32/syssetup/
H A Dwizard.c354 (void)ListBox_AddString(GetDlgItem(hwndDlg, IDC_PROJECTS), CurrentProject); in AckPageDlgProc()