Hi,
I already setting key and value in the registry entry by using RegSetValueExA
, and it's created . But Now I want to delete that key and value from registry entry and for that I am using RegDeleteKey
but its giving error 2 which is "The system cannot find the file specified.", can you tell me how can I solve this.
Thanks, Kamal Kumar Behera.