Searched refs:aSubKey (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/extensions/source/activex/main/ |
| H A D | so_activex.cpp | 220 char aSubKey[513]; in DllRegisterServerNative_Impl() local 244 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerNative_Impl() 246 … RegCreateKeyExA( bForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aSubKey, 0, NULL, REG_OPT… in DllRegisterServerNative_Impl() 312 wsprintfA( aSubKey, "%sMIME\\DataBase\\Content Type\\%s", aPrefix, aMimeType[ind] ); in DllRegisterServerNative_Impl() 313 … RegCreateKeyExA( bForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aSubKey, 0, NULL, REG_OPT… in DllRegisterServerNative_Impl() 335 wsprintfA( aSubKey, "%sCLSID\\%s", aPrefix, aClassID ); in DllRegisterServerNative_Impl() 336 … == RegOpenKeyExA(bForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aSubKey, 0, nKeyAccess, &… in DllRegisterServerNative_Impl() 340 wsprintfA( aSubKey, "EnableFullPage\\%s", aFileExt[ind] ); in DllRegisterServerNative_Impl() 341 …if ( ERROR_SUCCESS != RegCreateKeyExA( hkey, aSubKey, 0, NULL, REG_OPTION_NON_VOLATILE, nKeyAccess… in DllRegisterServerNative_Impl() 396 char aSubKey[513]; in DllUnregisterServerNative_Impl() local [all …]
|
| /AOO42X/main/setup_native/source/win32/customactions/regpatchactivex/ |
| H A D | regpatchactivex.cxx | 102 … char* aSubKey = "Software\\Classes\\MIME\\DataBase\\Content Type\\application/vnd.sun.xml.base"; in PatchActiveXControl() local 103 …SS == RegCreateKeyA(bInstallForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER, aSubKey, &hkey) ) in PatchActiveXControl()
|