winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a
msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags
SummaryInformation.Persist() Write the modified properties to the summary information stream, using MsiSummaryInfoPersist()
winreg.LoadKey(key, sub_key, file_name) Creates a subkey under the specified key and stores registration information from a
add_file(file, src=None, version=None, language=None) Add a file to the current component of the directory, starting a new one
msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.
winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an
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
Page 1 of 10