Home
last modified time | relevance | path

Searched refs:LB_FINDSTRINGEXACT (Results 1 – 14 of 14) sorted by relevance

/reactos/dll/cpl/console/
H A Dfont.c296 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 Denumfonts.cpp89 if (SNDMSG(hListBox, LB_FINDSTRINGEXACT, (ULONG)-1, name) == LB_ERR) in MyEnumFontFamExProc()
/reactos/win32ss/user/user32/windows/
H A Dmessage.c71 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 Dcombo.c2125 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 Dlistbox.c2900 case LB_FINDSTRINGEXACT: in ListBoxWndProc_common()
/reactos/dll/win32/shell32/dialogs/
H A Ddialogs.cpp224 … pIconContext->Index = (INT)SendMessageW(pIconContext->hDlgCtrl, LB_FINDSTRINGEXACT, -1, lParam); in PickIconProc()
/reactos/modules/rostests/winetests/user32/
H A Dlistbox.c2321 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 Dlistbox.c2599 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 Dcombo.c1958 return SendMessageW(lphc->hWndLBox, LB_FINDSTRINGEXACT, wParam, lParam); in COMBO_WindowProc()
H A Dlistbox.c2843 case LB_FINDSTRINGEXACT: in LISTBOX_WindowProc()
/reactos/sdk/include/psdk/
H A Dwindowsx.h478 …ngExact(hwndCtl,indexStart,lpszFind) ((int)(DWORD)SNDMSG((hwndCtl),LB_FINDSTRINGEXACT,(WPARAM)(int…
H A Dwinuser.h2038 #define LB_FINDSTRINGEXACT 418 macro
/reactos/win32ss/user/ntuser/
H A Dmessage.c93 SET(LB_FINDSTRINGEXACT),
/reactos/sdk/include/reactos/
H A Dmsgdump.h4804 HANDLE_MSG(hwnd, LB_FINDSTRINGEXACT, MD_ListBox_OnFindStringExact); in MD_msgdump()
5519 DEFINE_RESULT(LB_FINDSTRINGEXACT); in MD_msgresult()