Home
last modified time | relevance | path

Searched refs:ListBox_SetCurSel (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/shellext/acppage/
H A DCEditCompatModes.cpp108 Index = ListBox_SetCurSel(m_hListAdd, Index); in OnRemove()
123 ListBox_SetCurSel(m_hListActive, -1); in OnListboxUpdated()
125 ListBox_SetCurSel(m_hListAdd, -1); in OnListboxUpdated()
/reactos/base/applications/msconfig_new/
H A Dfreeldrpage.c122 ListBox_SetCurSel(hDlgCtrl, pos); in LoadIniFile()
177 ListBox_SetCurSel(hWnd, Settings.szDefaultPos); in FreeLdrPageWndProc()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfilechild.cpp256 ListBox_SetCurSel(_left_hwnd, idx); in FileChildWindow()
608 ListBox_SetCurSel(_left_hwnd, idx); in activate_entry()
727 ListBox_SetCurSel(_left_hwnd, idx); in jump_to_int()
/reactos/dll/win32/netcfgx/
H A Dpropertypage.c983 ListBox_SetCurSel(hwndControl, 0); in OnInitDialog()
/reactos/sdk/include/psdk/
H A Dwindowsx.h500 #define ListBox_SetCurSel(hwndCtl,index) ((int)(DWORD)SNDMSG((hwndCtl),LB_SETCURSEL,(WPARAM)(int)(i… macro