bikermouse
Programmer
Regarding using the registry,
does anyone know how to retrive string values (address paths) from REG_SZ keys
here's what Ive got so far
RegOpenKeyEx(HKEY_CLASSES_ROOT,"CLSID",0,KEY_ALL_ACCESS,&hkey);
RegQueryValueEx(????????????????);
RegCloseKey(hkey);
"CLSID" can be replaced with say "BryceScene" or whathave you and the registry appears to open and close but I am unable to get the Query function to operate right.
any help?
Thanks,
- TJ
does anyone know how to retrive string values (address paths) from REG_SZ keys
here's what Ive got so far
RegOpenKeyEx(HKEY_CLASSES_ROOT,"CLSID",0,KEY_ALL_ACCESS,&hkey);
RegQueryValueEx(????????????????);
RegCloseKey(hkey);
"CLSID" can be replaced with say "BryceScene" or whathave you and the registry appears to open and close but I am unable to get the Query function to operate right.
any help?
Thanks,
- TJ