msilib.Dialog.line()
  • References/Python/Python/MS Windows

line(name, x, y, width, height) Add and return a Line control.

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

winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens the specified key, returning a handle object

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

PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()

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

winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and

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

winreg.FlushKey(key) Writes all the attributes of a key to the registry. key is an

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

PyHKEY.Close() Closes the underlying Windows handle. If the handle is already closed, no error

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

msvcrt.putch(char) Print the byte string char to the console without buffering.

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

winsound.PlaySound(sound, flags) Call the underlying PlaySound() function from the Platform API. The sound

2025-01-10 15:47:30
msilib.schema
  • References/Python/Python/MS Windows

msilib.schema This is the standard MSI schema for MSI 2.0, with the tables variable providing a list of table definitions

2025-01-10 15:47:30
msilib.Binary
  • References/Python/Python/MS Windows

class msilib.Binary(filename) Represents entries in the Binary table; inserting such an object using add_data()

2025-01-10 15:47:30