Dec 9, 2016 at 1:29pm
Hi,
I'm development in language 'C' to open registry existing, but return erro 2:
strcpy(path,"SOFTWARE\\Self-Service Support\\Operational Parameters");
iRes = RegOpenKeyEx(HKEY_LOCAL_MACHINE, path, 0, KEY_ALL_ACCESS, &hkey);
Could you help me?
Thanks