Hello,

How can I save a REG_BINARY value using RegSetValueEx if the value is more than Long type can handle, for instance:

02 05 20 A5 F8 56 12 45 F9 C3, etc...

I can't pass it as a string, always get an error.

Any help is appreciated.