line(name, x, y, width, height) Add and return a Line control.
winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens the specified key, returning a handle object
PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()
winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and
winreg.FlushKey(key) Writes all the attributes of a key to the registry. key is an
PyHKEY.Close() Closes the underlying Windows handle. If the handle is already closed, no error
msvcrt.putch(char) Print the byte string char to the console without buffering.
winsound.PlaySound(sound, flags) Call the underlying PlaySound() function from the Platform API. The sound
msilib.schema This is the standard MSI schema for MSI 2.0, with the tables variable providing a list of table definitions
class msilib.Binary(filename) Represents entries in the Binary table; inserting such an object using add_data()
Page 4 of 10