msvcrt.getche()
  • References/Python/Python/MS Windows

msvcrt.getche() Similar to getch(), but the keypress will be echoed if it represents a printable character.

2025-01-10 15:47:30
msilib.Record.GetInteger()
  • References/Python/Python/MS Windows

Record.GetInteger(field) Return the value of field as an integer where possible. field must be an integer

2025-01-10 15:47:30
winreg.EnumKey()
  • References/Python/Python/MS Windows

winreg.EnumKey(key, index) Enumerates subkeys of an open registry key, returning a string. key

2025-01-10 15:47:30
winreg.LoadKey()
  • References/Python/Python/MS Windows

winreg.LoadKey(key, sub_key, file_name) Creates a subkey under the specified key and stores registration information from a

2025-01-10 15:47:30
msvcrt.get_osfhandle()
  • References/Python/Python/MS Windows

msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises

2025-01-10 15:47:30
winreg.CloseKey()
  • References/Python/Python/MS Windows

winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key

2025-01-10 15:47:30
winreg.PyHKEY.
  • References/Python/Python/MS Windows

PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()

2025-01-10 15:47:30
winreg.PyHKEY.Close()
  • References/Python/Python/MS Windows

PyHKEY.Close() Closes the underlying Windows handle. If the handle is already closed, no error

2025-01-10 15:47:30
winreg.QueryReflectionKey()
  • References/Python/Python/MS Windows

winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. key

2025-01-10 15:47:30
msilib.text
  • References/Python/Python/MS Windows

msilib.text This module contains definitions for the UIText and ActionText tables, for the standard installer actions.

2025-01-10 15:47:30