Home
last modified time | relevance | path

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

/qemu/qga/vss-win32/
H A Dinstall.cpp397 HKEY hKey; in CreateRegistryKey() local
402 REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hKey, NULL); in CreateRegistryKey()
413 ret = RegSetValueEx(hKey, value, 0, REG_SZ, (LPBYTE)data, size); in CreateRegistryKey()
414 RegCloseKey(hKey); in CreateRegistryKey()