Searched refs:fmtkey (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/msctf/ |
H A D | inputprocessor.c | 342 HKEY tipkey,fmtkey; in InputProcessorProfiles_AddLanguageProfile() local 368 NULL, &fmtkey, &disposition); in InputProcessorProfiles_AddLanguageProfile() 373 RegSetValueExW(fmtkey, desc, 0, REG_SZ, (const BYTE*)pchDesc, cchDesc * sizeof(WCHAR)); in InputProcessorProfiles_AddLanguageProfile() 374 RegSetValueExW(fmtkey, icnf, 0, REG_SZ, (const BYTE*)pchIconFile, cchFile * sizeof(WCHAR)); in InputProcessorProfiles_AddLanguageProfile() 375 RegSetValueExW(fmtkey, icni, 0, REG_DWORD, (LPBYTE)&uIconIndex, sizeof(DWORD)); in InputProcessorProfiles_AddLanguageProfile() 377 RegSetValueExW(fmtkey, szwEnable, 0, REG_DWORD, (LPBYTE)&zero, sizeof(DWORD)); in InputProcessorProfiles_AddLanguageProfile() 378 RegCloseKey(fmtkey); in InputProcessorProfiles_AddLanguageProfile()
|