msvcrt.setmode()
  • References/Python/Python/MS Windows

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

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

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

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

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

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

msilib.init_database(name, schema, ProductName, ProductCode, ProductVersion, Manufacturer) Create and return a new database

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

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

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

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

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

class msilib.Control(dlg, name) Base class of the dialog controls. dlg is the dialog object the control belongs to

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

pushbutton(name, x, y, width, height, attributes, text, next_control) Add and return a PushButton control.

2025-01-10 15:47:30
msilib.CAB
  • References/Python/Python/MS Windows

class msilib.CAB(name) The class CAB represents a CAB file. During MSI construction, files will be added simultaneously

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

glob(pattern, exclude=None) Add a list of files to the current component as specified in the glob pattern. Individual files

2025-01-10 15:47:30