Lines Matching refs:hKey
80 HKEY hKey; in CompleteInstallPath() local
130 if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey30.c_str(), &hKey ) ) in CompleteInstallPath()
133 RegCloseKey( hKey ); in CompleteInstallPath()
135 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey31.c_str(), &hKey ) ) in CompleteInstallPath()
138 RegCloseKey( hKey ); in CompleteInstallPath()
140 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_CURRENT_USER, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath()
143 RegCloseKey( hKey ); in CompleteInstallPath()
145 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey30.c_str(), &hKey ) ) in CompleteInstallPath()
148 RegCloseKey( hKey ); in CompleteInstallPath()
150 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey31.c_str(), &hKey ) ) in CompleteInstallPath()
153 RegCloseKey( hKey ); in CompleteInstallPath()
155 else if ( ERROR_SUCCESS == RegOpenKey( HKEY_LOCAL_MACHINE, sProductKey32.c_str(), &hKey ) ) in CompleteInstallPath()
158 RegCloseKey( hKey ); in CompleteInstallPath()