I want to know how to get the default value for a key using C ++. I have already tried sending NULL or an empty string in a key parameter in the RegQueryValueEx () function.
I tried to check another key, and I understood. just can't get the default value. function returns "" instead of value.
Thanks for any help Ben
source
share