msilib.Dialog.control()

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

2016-10-07 17:37:24
msilib.Database.OpenView()

Database.OpenView(sql) Return a view object, by calling MSIDatabaseOpenView(). sql is the SQL statement

2016-10-07 17:37:23
msilib.Feature.set_current()

set_current() Make this feature the current feature of msilib. New components are automatically added to the default

2016-10-07 17:37:25
msvcrt.setmode()

msvcrt.setmode(fd, flags) Set the line-end translation mode for the file descriptor fd. To set it to text mode, flags

2016-10-07 17:37:31
msvcrt.locking()

msvcrt.locking(fd, mode, nbytes) Lock part of a file based on file descriptor fd from the C runtime. Raises

2016-10-07 17:37:31
msvcrt.ungetch()

msvcrt.ungetch(char) Cause the byte string char to be “pushed back” into the console buffer; it will be the next character

2016-10-07 17:37:32
msilib.View.GetColumnInfo()

View.GetColumnInfo(kind) Return a record describing the columns of the view, through calling MsiViewGetColumnInfo()

2016-10-07 17:37:29
winreg.DisableReflectionKey()

winreg.DisableReflectionKey(key) Disables registry reflection for 32-bit processes running on a 64-bit operating system.

2016-10-07 17:47:23
msilib.UuidCreate()

msilib.UuidCreate() Return the string representation of a new unique identifier. This wraps the Windows API functions

2016-10-07 17:37:29
msilib.View.Close()

View.Close() Close the view, through MsiViewClose().

2016-10-07 17:37:29