API for registry manipulation?

  • Thread starter Thread starter William W. Plummer
  • Start date Start date
W

William W. Plummer

There must be a library of routines for reading, modifying, deleting, and
creating entries in the registry. I need this for MS VC++ 6 now and most
likely .net in the future. Can someone tell me what the library name is?
Is it a DLL and if so what are the function it contains? Is there some
documentation available? Thanks.
 
William W. Plummer said:
There must be a library of routines for reading, modifying, deleting, and
creating entries in the registry. I need this for MS VC++ 6 now and most
likely .net in the future. Can someone tell me what the library name is?
Is it a DLL and if so what are the function it contains? Is there some
documentation available? Thanks.

Hi

Here is a Google search for RegQueryInfoKey at the microsoft.com domain:
http://www.google.com/search?as_q=RegQueryInfoKey&as_sitesearch=microsoft.com

Here is a Google search for RegEnumValue at the microsoft.com domain:
http://www.google.com/search?as_q=RegEnumValue&as_sitesearch=microsoft.com

A simple C example:
http://groups.google.com/groups?selm=3ffc3cab$1@localhost


A Google newsgroup search in the groups microsoft.public.vc.* might get you
some hits:

http://groups.google.com/advanced_group_search?q=group:microsoft.public.vc.*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top