Searched refs:hLayoutKey (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/cpl/input/ |
H A D | layout_list.c | 103 LayoutList_ReadLayout(HKEY hLayoutKey, LPCWSTR szKLID, LPCWSTR szSystemDirectory) in LayoutList_ReadLayout() argument 111 if (RegQueryValueExW(hLayoutKey, L"Layout File", NULL, NULL, in LayoutList_ReadLayout() 121 if (RegQueryValueExW(hLayoutKey, L"IME File", NULL, NULL, in LayoutList_ReadLayout() 144 if (RegQueryValueExW(hLayoutKey, L"Layout Id", NULL, NULL, in LayoutList_ReadLayout() 151 if (FakeSHLoadRegUIStringW(hLayoutKey, L"Layout Display Name", in LayoutList_ReadLayout() 160 if (RegQueryValueExW(hLayoutKey, L"Layout Text", NULL, NULL, in LayoutList_ReadLayout() 175 HKEY hKey, hLayoutKey; in LayoutList_Create() local 195 if (RegOpenKeyExW(hKey, szKLID, 0, KEY_QUERY_VALUE, &hLayoutKey) == ERROR_SUCCESS) in LayoutList_Create() 197 LayoutList_ReadLayout(hLayoutKey, szKLID, szSystemDirectory); in LayoutList_Create() 198 RegCloseKey(hLayoutKey); in LayoutList_Create()
|
/reactos/base/applications/kbswitch/ |
H A D | kbswitch.c | 59 HKEY hKey, hLayoutKey; in LoadSpecialIds() local 76 if (RegOpenKeyEx(hKey, szKLID, 0, KEY_READ, &hLayoutKey) != ERROR_SUCCESS) in LoadSpecialIds() 80 if (RegQueryValueEx(hLayoutKey, TEXT("Layout Id"), NULL, NULL, in LoadSpecialIds() 95 RegCloseKey(hLayoutKey); in LoadSpecialIds()
|