Home
last modified time | relevance | path

Searched refs:SearchType (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/imm32/
H A Dime.c932 ImmGetImeInfoEx(PIMEINFOEX pImeInfoEx, IMEINFOEXCLASS SearchType, PVOID pvSearchKey) in ImmGetImeInfoEx() argument
935 if (SearchType == ImeInfoExKeyboardLayout || SearchType == ImeInfoExKeyboardLayoutTFS) in ImmGetImeInfoEx()
940 if (SearchType == ImeInfoExKeyboardLayoutTFS) in ImmGetImeInfoEx()
951 SearchType = ImeInfoExKeyboardLayout; in ImmGetImeInfoEx()
962 else if (SearchType == ImeInfoExImeFileName) in ImmGetImeInfoEx()
972 return NtUserGetImeInfoEx(pImeInfoEx, SearchType); in ImmGetImeInfoEx()
/reactos/win32ss/user/ntuser/
H A Dime.c954 _In_ IMEINFOEXCLASS SearchType) in UserGetImeInfoEx() argument
964 if (SearchType == ImeInfoExKeyboardLayout) in UserGetImeInfoEx()
983 else if (SearchType == ImeInfoExImeFileName) in UserGetImeInfoEx()
1000 ERR("SearchType: %d\n", SearchType); in UserGetImeInfoEx()
1010 IMEINFOEXCLASS SearchType) in NtUserGetImeInfoEx() argument
1037 ret = UserGetImeInfoEx(pWinSta, &ImeInfoEx, SearchType); in NtUserGetImeInfoEx()
/reactos/boot/environ/include/efi/
H A DUefiSpec.h1456 IN EFI_LOCATE_SEARCH_TYPE SearchType,
1529 IN EFI_LOCATE_SEARCH_TYPE SearchType,
/reactos/drivers/bus/acpi/acpica/include/platform/
H A Dacefiex.h639 ACPI_EFI_LOCATE_SEARCH_TYPE SearchType,
708 ACPI_EFI_LOCATE_SEARCH_TYPE SearchType,
/reactos/sdk/include/reactos/
H A Dimm32_undoc.h223 _In_ IMEINFOEXCLASS SearchType,
/reactos/boot/environ/lib/firmware/efi/
H A Dfirmware.c1400 _In_ EFI_LOCATE_SEARCH_TYPE SearchType, in EfiLocateHandleBuffer() argument
1445 EfiStatus = EfiBS->LocateHandle(SearchType, in EfiLocateHandleBuffer()
1488 EfiStatus = EfiBS->LocateHandle(SearchType, in EfiLocateHandleBuffer()
/reactos/boot/environ/include/
H A Dbl.h1574 _In_ EFI_LOCATE_SEARCH_TYPE SearchType,
/reactos/win32ss/include/
H A Dntuser.h2319 IMEINFOEXCLASS SearchType);