W
Wolfgang Kaml
I came accross the need to store binary data in the registry. The binary
data to be saved is kept within a string in the code segment. If I write
that string to a registry, not all of the data is kept. There are some
certain chars included within that string, which the registry SetValue
function cannot handle and therefore the string is being cut off.
Instead of storing that string with special characters as a string in the
registry, I am wondering of how I can store that string as binary data in
the registry.
Has anybody been trying to attampt that task before? Can I use a Binary
array and pass that as the object through the SetValue funtion?
Any ideas that will work would be very helpful!
Thank you,
Wolfgang
data to be saved is kept within a string in the code segment. If I write
that string to a registry, not all of the data is kept. There are some
certain chars included within that string, which the registry SetValue
function cannot handle and therefore the string is being cut off.
Instead of storing that string with special characters as a string in the
registry, I am wondering of how I can store that string as binary data in
the registry.
Has anybody been trying to attampt that task before? Can I use a Binary
array and pass that as the object through the SetValue funtion?
Any ideas that will work would be very helpful!
Thank you,
Wolfgang