: : : hi, I am urgently needing to know the native functions to read &
: : : write from windows registers.. cause all code & functions & projects
: : : i find are managed & i need it native ones.. i just saw a topic
: : : which helped me register here.. there was One reply from user :
: : : stobler i guess with a class .. & actually i am having errors on
: : : such class & moreover i don't know how to use ??
: : :
: : : Please if u can help me cause i am totally new in such using C++
: : : native functions & i found none :(
: : :
: :
Can you clarify what is it you need? There is a Windows
: : Registry (not registers) and there is also CPU Registers, like EAX,
: : EBX and such, but these are not just for Windows, but for anything
: : that runs on that CPU.
:
:
:
: yes i am talking about windows registry.. :)
:
Here's the list of registry functions with descriptions, examples, declarations:
http://msdn.microsoft.com/en-us/library/ms724875(VS.85).aspx