Hello all!
I am trying to find out what is the best way to write binary (REG_BINARY) type values to the registry.
Say I have the following: 42, 41, 42, 41, 00, 31, 45, 46, 45, 00 (= BABA.1EFE.) and I would like to write all of that to the registry for a REG_BINARY type value.
Any ideas?? Any help would be GREATLY appreciated.