Searched refs:hklm_key (Results 1 – 1 of 1) sorted by relevance
274 RegistryKey hklm_key = registry.GetLocalMachineKey(); in FixReturnRegistrationState() local276 if (hklm_key->HasSubKey(SO60_UNINSTALL_KEY)) in FixReturnRegistrationState()279 hklm_key->OpenSubKey(SO60_UNINSTALL_KEY); in FixReturnRegistrationState()312 RegistryKey hklm_key = registry.GetLocalMachineKey(); in FixReturnRegistrationState() local314 if (hklm_key->HasSubKey(SO60_UNINSTALL_KEY)) in FixReturnRegistrationState()317 hklm_key->OpenSubKey(SO60_UNINSTALL_KEY); in FixReturnRegistrationState()
Completed in 10 milliseconds