msilib.Record.SetInteger()
  • References/Python/Python/MS Windows

Record.SetInteger(field, value) Set field to value through MsiRecordSetInteger(). Both field

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

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

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
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.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
winreg.PyHKEY.
  • References/Python/Python/MS Windows

PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__() and thus supports

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

msvcrt.getwche() Wide char variant of getche(), returning a Unicode value.

2025-01-10 15:47:30