Good day
I would like to write a C/C++ program to query and edit the registry on a windows NT and 2000 PC. There are functions to do this in windows platform SDK such as:
LONG RegOpenCurrentUser(
REGSAM samDesired, // access rights
PHKEY phkResult // handle to open key
);
The problem I have is that I don't know how to use these functions and can't find examples to referrence. Can someone give me a hand with this?
Thanks inadvance
I would like to write a C/C++ program to query and edit the registry on a windows NT and 2000 PC. There are functions to do this in windows platform SDK such as:
LONG RegOpenCurrentUser(
REGSAM samDesired, // access rights
PHKEY phkResult // handle to open key
);
The problem I have is that I don't know how to use these functions and can't find examples to referrence. Can someone give me a hand with this?
Thanks inadvance