winreg.QueryValueEx(key, value_name) Retrieves the type and data for a specified value name associated with an open registry
event(event, argument, condition=1, ordering=None) Make an entry into the ControlEvent table for this control.
winreg.SaveKey(key, file_name) Saves the specified key, and all its subkeys to the specified file.
winreg.CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE) Creates or opens the specified key, returning a handle
winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens the specified key, returning a handle object
winreg.FlushKey(key) Writes all the attributes of a key to the registry. key is an
msvcrt.putch(char) Print the byte string char to the console without buffering.
winreg.QueryValue(key, sub_key) Retrieves the unnamed value for a key, as a string. key
condition(action, condition) Make an entry into the ControlCondition table for this control.
control(name, type, x, y, width, height, attributes, property, text, control_next, help) Return a new Control object
Page 4 of 10