winreg.EnableReflectionKey(key) Restores registry reflection for the specified disabled key. key
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
msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags
msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.
winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a
winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an
winreg.EnumKey(key, index) Enumerates subkeys of an open registry key, returning a string. key
msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises
SummaryInformation.GetPropertyCount() Return the number of summary properties, through MsiSummaryInfoGetPropertyCount()
Page 1 of 10