Searched refs:ListBox_SetCurSel (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/shellext/acppage/ |
H A D | CEditCompatModes.cpp | 108 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 D | freeldrpage.c | 122 ListBox_SetCurSel(hDlgCtrl, pos); in LoadIniFile() 177 ListBox_SetCurSel(hWnd, Settings.szDefaultPos); in FreeLdrPageWndProc()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | filechild.cpp | 256 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 D | propertypage.c | 983 ListBox_SetCurSel(hwndControl, 0); in OnInitDialog()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 500 #define ListBox_SetCurSel(hwndCtl,index) ((int)(DWORD)SNDMSG((hwndCtl),LB_SETCURSEL,(WPARAM)(int)(i… macro
|