# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT """ Documentation """ def CreateRecord(count): """ Return a new record object. count the number of fields of the record """ pass def FCICreate(cabname, files): """ Create a new CAB file. cabname the name of the CAB file files a list of tuples, each containing the name of the file on disk, and the name of the file inside the CAB file """ pass MSICOLINFO_NAMES = 0 MSICOLINFO_TYPES = 1 MSIDBOPEN_CREATE = 3 MSIDBOPEN_CREATEDIRECT = 4 MSIDBOPEN_DIRECT = 2 MSIDBOPEN_PATCHFILE = 32 MSIDBOPEN_READONLY = 0 MSIDBOPEN_TRANSACT = 1 class MSIError(Exception): pass MSIMODIFY_ASSIGN = 3 MSIMODIFY_DELETE = 6 MSIMODIFY_INSERT = 1 MSIMODIFY_INSERT_TEMPORARY = 7 MSIMODIFY_MERGE = 5 MSIMODIFY_REFRESH = 0 MSIMODIFY_REPLACE = 4 MSIMODIFY_SEEK = -1 MSIMODIFY_UPDATE = 2 MSIMODIFY_VALIDATE = 8 MSIMODIFY_VALIDATE_DELETE = 11 MSIMODIFY_VALIDATE_FIELD = 10 MSIMODIFY_VALIDATE_NEW = 9 def OpenDatabase(path, persist): """ Return a new database object. path the file name of the MSI file persist the persistence mode """ pass PID_APPNAME = 18 PID_AUTHOR = 4 PID_CHARCOUNT = 16 PID_CODEPAGE = 1 PID_COMMENTS = 6 PID_CREATE_DTM = 12 PID_KEYWORDS = 5 PID_LASTAUTHOR = 8 PID_LASTPRINTED = 11 PID_LASTSAVE_DTM = 13 PID_PAGECOUNT = 14 PID_REVNUMBER = 9 PID_SECURITY = 19 PID_SUBJECT = 3 PID_TEMPLATE = 7 PID_TITLE = 2 PID_WORDCOUNT = 15 def UuidCreate(): """ Return the string representation of a new unique identifier. """ pass __doc__ = 'Documentation' __file__ = 'C:\\src\\ide\\build-files\\build-temp\\runtimes-release\\__os__\\win32\\runtime-python3.12\\DLLs\\_msi.pyd' __loader__ = None __name__ = '_msi' __package__ = '' __spec__ = None