[New for Windows NT 4.0 Service Pack 3.]
The following functions are used with the disk-space list.
| SetupCreateDiskSpaceList | Creates a disk-space list and allocates resources to it. |
| SetupDestroyDiskSpaceList | Destroys a disk-space list, freeing the resources allocated to it. |
| SetupQueryDrivesInDiskSpaceList | Fills a buffer with the drive specifications for all the drives listed in the disk-space list. |
| SetupQuerySpaceRequiredOnDrive | Returns the total amount of disk space required to complete the file operations on a particular drive listed in the disk-space list. |
| SetupAddToDiskSpaceList | Adds a file copy or delete operation to the disk-space list. |
| SetupAddSectionToDiskSpaceList | Adds all the file operations in a Copy Files or Delete Files section of an INF file to a disk-space list. |
| SetupAddInstallSectionToDiskSpaceList | Adds all the file operations in an Install section of an INF file to the disk-space list. |
| SetupRemoveFromDiskSpaceList | Removes a file copy or delete operation from a disk-space list. |
| SetupRemoveSectionFromDiskSpaceList | Removes all the file operations in a Copy Files or Delete Files section of an INF file from a disk-space list. |
| SetupRemoveInstallSectionFromDiskSpaceList | Removes all the file operations in the Install section of an INF file from the disk-space list. |