Record.GetInteger(field) Return the value of field as an integer where possible. field must be an integer
winreg.EnableReflectionKey(key) Restores registry reflection for the specified disabled key. key
msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises
winreg.LoadKey(key, sub_key, file_name) Creates a subkey under the specified key and stores registration information from a
msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.
winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and
winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. key
winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key
winreg.SaveKey(key, file_name) Saves the specified key, and all its subkeys to the specified file.
PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()
Page 2 of 10