Accessing the registry using advapi32.dll 
Author Message
 Accessing the registry using advapi32.dll

Good day

Could someone point me to a working code example for reading &
updating the registry using advapi32.dll.

Some examples I have found were not complete, with user-defined
datatypes not being included.

I will be using
        - RegCreateKeyEx,
        - RegSetValueEx,
        - RegOpenKeyEx,
        - RegQueryValueEx
        - RegCloseKey

Regards
Johan



Wed, 18 Jun 1902 08:00:00 GMT  
 Accessing the registry using advapi32.dll
The easiest example is in setup1.vbp. See this at Visual Basic program
directoris which is PWizard. The setup1 progam is for distribution and
installing Visual Basic compiled program. You could see all the Registry
function at action including logging the registry. I hope this helps.

Riza
------------------------------


Quote:
> Good day

> Could someone point me to a working code example for reading &
> updating the registry using advapi32.dll.

> Some examples I have found were not complete, with user-defined
> datatypes not being included.

> I will be using
> - RegCreateKeyEx,
> - RegSetValueEx,
> - RegOpenKeyEx,
> - RegQueryValueEx
> - RegCloseKey

> Regards
> Johan



Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Accessing the registry using advapi32.dll

2. advapi32.dll or trying to access NT registry from VB4-16

3. Help using advapi32.dll

4. Registry access using regobj.dll on NT

5. Registry access using regobj.dll on NT

6. Can't find DLL entry point OpenEventLog in advapi32.dll

7. Advapi32.dll

8. ADVAPI32.DLL 05-08-98 or newer

9. GPF in AdvApi32.Dll - Help Anyone?

10. advapi32.dll

11. Advapi32.dll -- GetUserName not working

12. Advapi32.dll -- GetUserName not working

 

 
Powered by phpBB® Forum Software