Home
last modified time | relevance | path

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

/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp218 HKEY hkey3 = NULL; in DllRegisterServerNative_Impl() local
273 … RegCreateKeyExA( hkey2, "1.0", 0, NULL, REG_OPTION_NON_VOLATILE, nKeyAccess, NULL, &hkey3 , NULL ) in DllRegisterServerNative_Impl()
274 …&& ERROR_SUCCESS == RegCreateKeyExA( hkey3, "0", 0, NULL, REG_OPTION_NON_VOLATILE, nKeyAccess, NUL… in DllRegisterServerNative_Impl()
277 && createKey( hkey3, "FLAGS", nKeyAccess, "0" ) in DllRegisterServerNative_Impl()
278 && createKey( hkey3, "HELPDIR", nKeyAccess, pProgramPath ) in DllRegisterServerNative_Impl()
279 && ERROR_SUCCESS == RegCloseKey( hkey3 ) in DllRegisterServerNative_Impl()
304 hkey = hkey1 = hkey2 = hkey3 = hkey4 = NULL; in DllRegisterServerNative_Impl()

Completed in 18 milliseconds