winreg.QueryValueEx()
  • References/Python/Python/MS Windows

winreg.QueryValueEx(key, value_name) Retrieves the type and data for a specified value name associated with an open registry

2025-01-10 15:47:30
msilib.Control.event()
  • References/Python/Python/MS Windows

event(event, argument, condition=1, ordering=None) Make an entry into the ControlEvent table for this control.

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

winreg.SaveKey(key, file_name) Saves the specified key, and all its subkeys to the specified file.

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

winreg.CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE) Creates or opens the specified key, returning a handle

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.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
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
winreg.QueryValue()
  • References/Python/Python/MS Windows

winreg.QueryValue(key, sub_key) Retrieves the unnamed value for a key, as a string. key

2025-01-10 15:47:30
msilib.Control.condition()
  • References/Python/Python/MS Windows

condition(action, condition) Make an entry into the ControlCondition table for this control.

2025-01-10 15:47:30
msilib.Dialog.control()
  • References/Python/Python/MS Windows

control(name, type, x, y, width, height, attributes, property, text, control_next, help) Return a new Control object

2025-01-10 15:47:30