Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/msdmo/
H A Ddmoreg.c198 HKEY hckey = 0; in DMORegister() local
232 REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hckey, NULL); in DMORegister()
235 RegCloseKey(hckey); in DMORegister()
240 REG_OPTION_NON_VOLATILE, KEY_WRITE, NULL, &hckey, NULL); in DMORegister()
246 ret = RegCreateKeyExW(hckey, GUIDToString(szguid, guidCategory), 0, NULL, in DMORegister()
258 if (hckey) in DMORegister()
259 RegCloseKey(hckey); in DMORegister()