Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
RegQueryInfoKeyW
win32api
.RegQueryInfoKeyW
dict =
RegQueryInfoKeyW(
Key
)
Returns information about an open registry key
Parameters
Key
:
PyHKEY
Handle to a registry key, or one of win32con.HKEY_* constants
Win32 API References
Search for
RegQueryInfoKeyW
at
msdn
,
google
or
google groups
.