Home
last modified time | relevance | path

Searched refs:szwSystemTIPKey (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/msctf/
H A Dinputprocessor.c233 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 Dcategorymgr.c118 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 Dmsctf_internal.h98 extern const WCHAR szwSystemTIPKey[] DECLSPEC_HIDDEN;
H A Dmsctf.c76 const WCHAR szwSystemTIPKey[] = {'S','O','F','T','W','A','R','E','\\','M','i','c','r','o','s','o','… variable