3f2c84d4a9
This uses the native registry support for 64-bit values available since Windows XP. Note that SetValue64() can't be just called SetValue() as this would introduce ambiguities when writing an int or an enum to the registry. This could be avoided by providing overloads for all the arithmetic types, but it's arguably better to be more clear about what exactly is being written to the registry in this low-level class and using a different name is definitely simpler. |
||
---|---|---|
.. | ||
ole | ||
regconf.h | ||
registry.h |