Searched refs:LB_FINDSTRINGEXACT (Results 1 – 14 of 14) sorted by relevance
/reactos/dll/cpl/console/ |
H A D | font.c | 296 if (SendMessageW(hWndList, LB_FINDSTRINGEXACT, 0, (LPARAM)pszFaceName) != LB_ERR) in AddFontToList() 451 iItem = (INT)SendMessageW(hWndList, LB_FINDSTRINGEXACT, 0, (LPARAM)FaceName); in FaceNameList_SelectFont() 453 iItem = (INT)SendMessageW(hWndList, LB_FINDSTRINGEXACT, 0, (LPARAM)L"Terminal"); in FaceNameList_SelectFont()
|
/reactos/modules/rostests/tests/enumfonts/ |
H A D | enumfonts.cpp | 89 if (SNDMSG(hListBox, LB_FINDSTRINGEXACT, (ULONG)-1, name) == LB_ERR) in MyEnumFontFamExProc()
|
/reactos/win32ss/user/user32/windows/ |
H A D | message.c | 71 SET(LB_FINDSTRINGEXACT), 591 case LB_FINDSTRINGEXACT: in MsgiAnsiToUnicodeMessage() 748 case LB_FINDSTRINGEXACT: in MsgiAnsiToUnicodeCleanup() 1024 case LB_FINDSTRINGEXACT: in MsgiUnicodeToAnsiMessage() 1204 case LB_FINDSTRINGEXACT: in MsgiUnicodeToAnsiCleanup()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 2125 return unicode ? SendMessageW(lphc->hWndLBox, LB_FINDSTRINGEXACT, wParam, lParam) : in ComboWndProc_common() 2126 SendMessageA(lphc->hWndLBox, LB_FINDSTRINGEXACT, wParam, lParam); in ComboWndProc_common()
|
H A D | listbox.c | 2900 case LB_FINDSTRINGEXACT: in ListBoxWndProc_common()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | 224 … pIconContext->Index = (INT)SendMessageW(pIconContext->hDlgCtrl, LB_FINDSTRINGEXACT, -1, lParam); in PickIconProc()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | listbox.c | 2321 ret = SendMessageA(listbox, LB_FINDSTRINGEXACT, 1, 0); in test_LBS_NODATA() 2325 ret = SendMessageA(listbox, LB_FINDSTRINGEXACT, 1, 42); in test_LBS_NODATA()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listbox.c | 2599 ret = SendMessageA(listbox, LB_FINDSTRINGEXACT, 1, 0); in test_LBS_NODATA() 2601 ret = SendMessageA(listbox, LB_FINDSTRINGEXACT, 1, 42); in test_LBS_NODATA()
|
/reactos/dll/win32/comctl32/ |
H A D | combo.c | 1958 return SendMessageW(lphc->hWndLBox, LB_FINDSTRINGEXACT, wParam, lParam); in COMBO_WindowProc()
|
H A D | listbox.c | 2843 case LB_FINDSTRINGEXACT: in LISTBOX_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 478 …ngExact(hwndCtl,indexStart,lpszFind) ((int)(DWORD)SNDMSG((hwndCtl),LB_FINDSTRINGEXACT,(WPARAM)(int…
|
H A D | winuser.h | 2038 #define LB_FINDSTRINGEXACT 418 macro
|
/reactos/win32ss/user/ntuser/ |
H A D | message.c | 93 SET(LB_FINDSTRINGEXACT),
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4804 HANDLE_MSG(hwnd, LB_FINDSTRINGEXACT, MD_ListBox_OnFindStringExact); in MD_msgdump() 5519 DEFINE_RESULT(LB_FINDSTRINGEXACT); in MD_msgresult()
|