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

winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. key

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

winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.

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

winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key

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
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.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.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
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
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