msvcrt.getche() Similar to getch(), but the keypress will be echoed if it represents a printable character.
Record.GetInteger(field) Return the value of field as an integer where possible. field must be an integer
winreg.EnumKey(key, index) Enumerates subkeys of an open registry key, returning a string. key
winreg.LoadKey(key, sub_key, file_name) Creates a subkey under the specified key and stores registration information from a
msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises
winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key
PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()
PyHKEY.Close() Closes the underlying Windows handle. If the handle is already closed, no error
winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. key
msilib.text This module contains definitions for the UIText and ActionText tables, for the standard installer actions.
Page 2 of 10