winreg.DisableReflectionKey()
  • References/Python/Python/MS Windows

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

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

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

2025-01-10 15:47:30
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.View.Modify()
  • References/Python/Python/MS Windows

View.Modify(kind, data) Modify the view, by calling MsiViewModify(). kind can be one of MSIMODIFY_SEEK

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

msilib.add_data(database, table, records) Add all records to the table named table in database.

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

mapping(event, attribute) Make an entry into the EventMapping table for this control.

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

remove_pyc() Remove .pyc/.pyo files on uninstall.

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