[python-win32] RegCreateKeyEx
Mark Hammond
mhammond at skippinet.com.au
Sat Feb 16 00:18:39 CET 2008
> All,
>
> I'm looking for a way to access the RegCreateKeyEx() using the pywin32
> libraries.
>
> The circumstances are as follows: I'm running Python 2.4 on a Windows
> Vista 64-bit system and need a way to access 64-bit keys in the
> registry. Per
> http://msdn2.microsoft.com/en-us/library/aa384129(VS.85).aspx it looks
> like the way to do this is using RegCreateKeyEx() and passing in the
> correct flag inthe samDesired parameter to that function.
>
> In the win32api module we have a RegOpenKeyEx() function but no
> RegCreateKeyEx() (only RegCreateKey().
Roger has already added this to pywin32, so build 211 of pywin32 will have
it. Build 211 should be ready in a week or so too - I believe that
everythign outstanding has been done, and once Roger finishes checking in
his outstanding stuff (which he may have already done) I will start turning
cranks...
Cheers,
Mark
More information about the python-win32
mailing list