SummaryInformation.Persist() Write the modified properties to the summary information stream, using MsiSummaryInfoPersist()
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.
add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x
winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an
msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags
winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a
winreg.DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0) Deletes the specified key.
msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.
msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises
Page 1 of 10