winreg.EnableReflectionKey()
  • References/Python/Python/MS Windows

winreg.EnableReflectionKey(key) Restores registry reflection for the specified disabled key. key

2025-01-10 15:47:30
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
msvcrt.open_osfhandle()
  • References/Python/Python/MS Windows

msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags

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

msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.

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

winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a

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

winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an

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
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
msilib.SummaryInformation.GetPropertyCount()
  • References/Python/Python/MS Windows

SummaryInformation.GetPropertyCount() Return the number of summary properties, through MsiSummaryInfoGetPropertyCount()

2025-01-10 15:47:30