/reactos/modules/rosapps/templates/old_wordpad/ |
H A D | dialogs.c | 48 LB_GETCURSEL, in NewDocSelDlgProc() 60 LB_GETCURSEL, in NewDocSelDlgProc()
|
/reactos/modules/rostests/dibtests/stretchblt/ |
H A D | stretchblt.cpp | 221 switch (SNDMSG(HListBox, LB_GETCURSEL, 0, 0)) in MainWndProc() 233 switch (SNDMSG(VListBox, LB_GETCURSEL, 0, 0)) in MainWndProc()
|
/reactos/base/applications/msconfig/ |
H A D | freeldrpage.c | 148 pos = SendMessage((HWND)lParam, LB_GETCURSEL, 0, 0); in FreeLdrPageWndProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 712 if( (id = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0) ) != LB_ERR ) in CBPaintText() 1008 lphc->droppedIndex = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in CBDropDown() 1299 INT index = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in COMBO_Command() 1388 INT idx = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in COMBO_GetTextW() 1438 INT idx = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in COMBO_GetTextA() 1936 int j = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in ComboWndProc_common() 2196 return SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in ComboWndProc_common()
|
/reactos/dll/win32/oledlg/ |
H A D | pastespl.c | 303 old_pos = SendMessageW(display_list, LB_GETCURSEL, 0, 0); in update_display_list() 414 cur_sel = SendMessageW(GetDlgItem(hdlg, IDC_PS_DISPLAYLIST), LB_GETCURSEL, 0, 0); in update_result_text() 490 LONG cur_sel = SendMessageW(GetDlgItem(hdlg, IDC_PS_DISPLAYLIST), LB_GETCURSEL, 0, 0); in update_structure()
|
H A D | insobjdlg.c | 427 ((index = SendMessageW(pdlgInfo->hwndObjTypeLB, LB_GETCURSEL, 0, 0)) >= 0) && in UIINSERTOBJECTDLG_SelChange() 449 INT index = SendMessageA(pdlgInfo->hwndObjTypeLB, LB_GETCURSEL, 0, 0); in UIINSERTOBJECTDLG_OnOpen()
|
/reactos/dll/cpl/sysdm/ |
H A D | virtmem.c | 503 LB_GETCURSEL, in OnSet() 632 LB_GETCURSEL, in OnSelChange()
|
H A D | hardprof.c | 805 …dwSelectedProfileIndex = (DWORD)SendDlgItemMessage(hwndDlg, IDC_HRDPROFLSTBOX, LB_GETCURSEL, 0, 0); in HardProfDlgProc()
|
/reactos/dll/win32/comctl32/ |
H A D | combo.c | 636 if( (id = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0) ) != LB_ERR ) in CBPaintText() 946 lphc->droppedIndex = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in CBDropDown() 1319 INT idx = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in COMBO_GetText() 1788 int j = SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in COMBO_WindowProc() 2045 return SendMessageW(lphc->hWndLBox, LB_GETCURSEL, 0, 0); in COMBO_WindowProc()
|
H A D | toolbar.c | 2433 INT nIndexFrom = SendMessageW(hwndList, LB_GETCURSEL, 0, 0); in TOOLBAR_Cust_ToolbarDragListNotification() 2503 INT nIndexFrom = SendDlgItemMessageW(hwnd, IDC_AVAILBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_Cust_AvailDragListNotification() 2695 index = SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_CustomizeDialogProc() 2734 int index = SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_CustomizeDialogProc() 2741 int index = SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_CustomizeDialogProc() 2748 int index = SendDlgItemMessageW (hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_CustomizeDialogProc() 2768 index = SendDlgItemMessageW(hwnd, IDC_AVAILBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_CustomizeDialogProc() 2769 indexto = SendDlgItemMessageW(hwnd, IDC_TOOLBARBTN_LBOX, LB_GETCURSEL, 0, 0); in TOOLBAR_CustomizeDialogProc()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg31.c | 396 lRet = SendDlgItemMessageW(lfs->hwnd, lst1, LB_GETCURSEL, 0, 0); in FD31_UpdateFileTitle() 419 lRet = SendDlgItemMessageW(hWnd, lst2, LB_GETCURSEL, 0, 0); in FD31_DirListDblClick() 455 lRet = SendDlgItemMessageW(lfs->hwnd, lst1, LB_GETCURSEL, 0, 0); in FD31_FileListSelect()
|
/reactos/dll/cpl/console/ |
H A D | font.c | 211 nSel = (INT)SendMessageW(SizeList->RasterSizeList.hWndList, LB_GETCURSEL, 0, 0); in FontSizeList_GetSelectedFontSize() 554 nSel = (INT)SendMessageW(hFontList, LB_GETCURSEL, 0, 0); in FontTypeChange()
|
/reactos/base/applications/utilman/umandlg/ |
H A D | umandlg.c | 326 INT iIndex = SendMessageW(Globals.hListDlg, LB_GETCURSEL, 0, 0); in DlgProc()
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | send.cpp | 410 sel = SendMessageW(cl, LB_GETCURSEL, 0, 0); in RemoveClone() 417 if (SendMessageW(cl, LB_GETCURSEL, 0, 0) == LB_ERR) in RemoveClone()
|
/reactos/modules/rostests/win32/user32/kbdlayout/ |
H A D | kbdlayout.c | 205 if((n = SendMessage(hList, LB_GETCURSEL, 0, 0)) != LB_ERR) in GetSelectedLayout()
|
/reactos/dll/cpl/main/ |
H A D | mouse.c | 581 nSel = bInit ? 0 : SendDlgItemMessage(hwndDlg, IDC_LISTBOX_CURSOR, LB_GETCURSEL, 0, 0); in RefreshCursorList() 839 nSel = SendDlgItemMessage(hwndDlg, IDC_LISTBOX_CURSOR, LB_GETCURSEL, 0, 0); in BrowseCursor() 1286 nSel = SendMessage((HWND)lParam, LB_GETCURSEL, 0, 0); in PointerProc() 1318 nSel = SendDlgItemMessage(hwndDlg, IDC_LISTBOX_CURSOR, LB_GETCURSEL, 0, 0); in PointerProc()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | filetypes.cpp | 1428 INT iItem = SendDlgItemMessageW(hwndDlg, IDC_EDITTYPE_LISTBOX, LB_GETCURSEL, 0, 0); in EditTypeDlg_OnRemove() 1511 INT iItem = SendMessageW(action.hwndLB, LB_GETCURSEL, 0, 0); in EditTypeDlg_OnCommand() 1535 iItem = SendMessageW(action.hwndLB, LB_GETCURSEL, 0, 0); in EditTypeDlg_OnCommand() 1566 iItem = SendMessageW(action.hwndLB, LB_GETCURSEL, 0, 0); in EditTypeDlg_OnCommand()
|
H A D | dialogs.cpp | 270 pIconContext->Index = (INT)SendMessageW(pIconContext->hDlgCtrl, LB_GETCURSEL, 0, 0); in PickIconProc() 339 index = SendMessageW(pIconContext->hDlgCtrl, LB_GETCURSEL, 0, 0); in PickIconProc()
|
/reactos/dll/win32/twain_32/ |
H A D | dsm_ctrl.c | 408 index = SendMessageW(sourcelist, LB_GETCURSEL, 0, 0); in userselect_dlgproc()
|
/reactos/dll/shellext/deskadp/ |
H A D | deskadp.c | 168 LB_GETCURSEL, in ChangeSelectedMode()
|
/reactos/dll/directx/wine/dinput/ |
H A D | config.c | 332 int sel = SendDlgItemMessageW(dialog, IDC_ACTIONLIST, LB_GETCURSEL, 0, 0); in assign_action()
|
/reactos/dll/shellext/deskmon/ |
H A D | deskmon.c | 180 LB_GETCURSEL, in UpdateMonitorSelection()
|
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 1644 lResult = SendMessageW(hDlgCtrl, LB_GETCURSEL, 0, 0); in ToggleUpDown() 1681 lResult = SendMessageW(hDlgCtrl, LB_GETCURSEL, 0, 0); in MoveItem() 1701 lResult = SendMessageW(hDlgCtrl, LB_GETCURSEL, 0, 0); in RemoveItem() 2012 lIndex = SendDlgItemMessage(hwndDlg, IDC_DNSADDRLIST, LB_GETCURSEL, 0, 0); in TcpipAdvancedDnsDlg() 2048 lIndex = SendDlgItemMessage(hwndDlg, IDC_DNSSUFFIXLIST, LB_GETCURSEL, 0, 0); in TcpipAdvancedDnsDlg()
|
/reactos/base/applications/wordpad/ |
H A D | wordpad.c | 1415 idx = SendMessageW(hList, LB_GETCURSEL, 0, 0); in get_comboexlist_selection() 1466 index = SendMessageW(hListWnd, LB_GETCURSEL, 0, 0); in datetime_proc() 1513 index = SendMessageW(hListWnd, LB_GETCURSEL, 0, 0); in newfile_proc()
|
/reactos/base/applications/calc/ |
H A D | winmain.c | 942 n = SendDlgItemMessage(hWnd, IDC_LIST_STAT, LB_GETCURSEL, 0, 0); in DlgStatProc() 948 n = SendDlgItemMessage(hWnd, IDC_LIST_STAT, LB_GETCURSEL, 0, 0); in DlgStatProc()
|