Searched refs:szwSystemTIPKey (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/msctf/ |
H A D | inputprocessor.c | 233 swprintf(fullkey,szwFullLangfmt,szwSystemTIPKey,buf,szwLngp,langid,buf2); in add_userkey() 306 swprintf(fullkey,szwTipfmt,szwSystemTIPKey,buf); in InputProcessorProfiles_Register() 327 swprintf(fullkey,szwTipfmt,szwSystemTIPKey,buf); in InputProcessorProfiles_Unregister() 358 swprintf(fullkey,szwTipfmt,szwSystemTIPKey,buf); in InputProcessorProfiles_AddLanguageProfile() 647 swprintf(fullkey,szwFullLangfmt,szwSystemTIPKey,buf,szwLngp,langid,buf2); in InputProcessorProfiles_EnableLanguageProfile() 680 swprintf(fullkey,szwFullLangfmt,szwSystemTIPKey,buf,szwLngp,langid,buf2); in InputProcessorProfiles_IsEnabledLanguageProfile() 724 swprintf(fullkey,szwFullLangfmt,szwSystemTIPKey,buf,szwLngp,langid,buf2); in InputProcessorProfiles_EnableLanguageProfileByDefault() 1116 if (RegCreateKeyExW(HKEY_LOCAL_MACHINE, szwSystemTIPKey, 0, NULL, 0, in ProfilesEnumGuid_Constructor() 1358 if (RegCreateKeyExW(HKEY_LOCAL_MACHINE, szwSystemTIPKey, 0, NULL, 0, in EnumTfLanguageProfiles_Constructor()
|
H A D | categorymgr.c | 118 swprintf(fullkey,fmt,szwSystemTIPKey,buf); in CategoryMgr_RegisterCategory() 166 swprintf(fullkey,fmt,szwSystemTIPKey,buf); in CategoryMgr_UnregisterCategory() 217 swprintf(fullkey,fmt,szwSystemTIPKey,buf,buf); in CategoryMgr_FindClosestCategory()
|
H A D | msctf_internal.h | 98 extern const WCHAR szwSystemTIPKey[] DECLSPEC_HIDDEN;
|
H A D | msctf.c | 76 const WCHAR szwSystemTIPKey[] = {'S','O','F','T','W','A','R','E','\\','M','i','c','r','o','s','o','… variable
|