SetupApi 文件日志函数
2021-11-19
31
0
可以使用日志文件记录安装期间复制到系统的文件的相关信息。日志文件可以是系统日志,也可以是您自己的安装日志文件。
Function | Description |
---|---|
SetupInitializeFileLog | Initializes a log file for use. |
SetupLogError | Writes an error message to a log file. (It should be used only during the installation of the operating system.) |
SetupLogFile | Adds an entry to the log file. |
SetupQueryFileLog | Retrieves information from a log file. |
SetupRemoveFileLogEntry | Removes an entry from a log file. |
SetupTerminateFileLog | Releases resources allocated to a log file. |