win32api
.RegOpenKey
PyHKEY
=
RegOpenKey(
)
Opens the specified key.
Comments
This funcion is implemented using
win32api::RegOpenKeyEx
, by taking advantage of default parameters. See
win32api::RegOpenKeyEx
for more details.