1. Win Registry
- Posted by "M. Schut" <m.schut at TWI.TUDELFT.NL>
Apr 23, 1999
-
Last edited Apr 24, 1999
Before I start writing these wrappers myself, I want to make sure they do
not already exist.
Have anybody wrappers to create/read/write/delete keys in the Windows
Registry?
Bye,
Martin Schut
P.S. If nobody does, I'll write them myself, but it can take a while since
I'm currently busy with another project.
2. Re: Win Registry
On Fri, 23 Apr 1999 22:23:44 +0200, M. Schut <m.schut at TWI.TUDELFT.NL> wrote:
>Have anybody wrappers to create/read/write/delete keys in the Windows
>Registry?
[...]
>
>P.S. If nobody does, I'll write them myself, but it can take a while since
>I'm currently busy with another project.
As far as I know, there are none, but all the API's for the registry
functions are in advapi32.dll
Brian Jackson