Jun 21, 2011 at 1:58pm
I used
RegOpenKeyEx to get to the location I want to change my values in the registry.
I am stuck here,
RegSetValueEx(hKey, "Name", 0, REG_BINARY, ?????
The type is reg_binary and i want to change the data.
To 01 02 03 04 05 06 07 08
Close the registry
RegCloseKey(hkey);
Last edited on Jun 21, 2011 at 3:01pm