msilib.Directory.add_file()
  • References/Python/Python/MS Windows

add_file(file, src=None, version=None, language=None) Add a file to the current component of the directory, starting a new one

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

msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises

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

winreg.EnumKey(key, index) Enumerates subkeys of an open registry key, returning a string. key

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

add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x

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

SummaryInformation.Persist() Write the modified properties to the summary information stream, using MsiSummaryInfoPersist()

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

msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.

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

winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a

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

winreg.LoadKey(key, sub_key, file_name) Creates a subkey under the specified key and stores registration information from a

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

winreg.DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0) Deletes the specified key.

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

msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags

2025-01-10 15:47:30