SetupApi 磁盘空间列表函数
2021-11-19
56
0
磁盘空间列表函数用于创建和修改磁盘空间列表。这些列表可用于计算处理将在安装过程中复制或删除的文件所需的总磁盘空间。
| Function | Description |
|---|---|
| SetupAddInstallSectionToDiskSpaceList | Searches for CopyFile and DelFile directives in a DDInstall section of an INF file, then adds the file operations specified in those sections to a disk-space list. |
| SetupAddSectionToDiskSpaceList | Adds to a disk-space list all the file copy or delete operations that are listed in a specified section of an INF file. |
| SetupAddToDiskSpaceList | Adds a single delete or copy operation to a disk-space list. |
| SetupCreateDiskSpaceList | Creates a disk-space list. |
| SetupDestroyDiskSpaceList | Destroys a disk-space list and releases the resources allocated to it. |
| SetupQueryDrivesInDiskSpaceList | Fills a caller-supplied buffer with a list of the drives referenced by the file operations that are listed in the disk-space list. |
| SetupQuerySpaceRequiredOnDrive | Examines a disk-space list to determine the space that is required to perform all the file operations that are listed for a particular drive. |
| SetupRemoveFromDiskSpaceList | Removes a file copy or delete operation from a disk-space list. |
| SetupRemoveInstallSectionFromDiskSpaceList | Searches for CopyFiles and DelFiles directives in a DDInstall section of an INF file, and removes the file operations specified in those sections from a disk-space list. |
| SetupRemoveSectionFromDiskSpaceList | Removes from a disk-space list the file copy or delete operations that are listed in a specified section of an INF file. |
SetupApi函数





