Lines Matching defs:retKey
833 HKEY retKey;
836 rc = RegConnectRegistryW(computer_name, key, &retKey);
842 return retKey;
869 HKEY retKey;
872 rc = RegCreateKeyW(key, sub_key, &retKey);
877 return retKey;
910 HKEY retKey;
914 access, NULL, &retKey, NULL);
919 return retKey;
1319 HKEY retKey;
1323 rc = RegOpenKeyExW(key, sub_key, reserved, access, &retKey);
1329 return retKey;