Displaying 1 result from an estimated 1 matches for "regcreatekeyexw".
2007 Mar 19
2
wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"
...#39;o', 'n', 't',
'r', 'o', '
l', 'S', 'e', 't',
'\\', 'S', 'e', 'r', 'v', 'i', 'c', 'e', 's', '\\', 0
};
HKEY hkey;
status = RegCreateKeyExW(HKEY_LOCAL_MACHINE, key,
0, NULL, 0, KEY_READ | KEY_WRITE,
NULL, &hkey, NULL);
if (status == ERROR_SUCCESS) {
RegCloseKey(hkey);
}
^^^^^^^^
However, this seems kludgey and intuitively does not seem the proper way
t...