event(event, argument, condition=1, ordering=None) Make an entry into the ControlEvent table for this control.
winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. key
winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.
winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key
winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens the specified key, returning a handle object
msvcrt.putch(char) Print the byte string char to the console without buffering.
winreg.CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE) Creates or opens the specified key, returning a handle
PyHKEY.Close() Closes the underlying Windows handle. If the handle is already closed, no error
winreg.QueryValue(key, sub_key) Retrieves the unnamed value for a key, as a string. key
winreg.QueryValueEx(key, value_name) Retrieves the type and data for a specified value name associated with an open registry
Page 3 of 10