搜索资源列表
Article_src
- 通过程序来检查硬盘空间,GetDiskFreeSpaceEx()API来调用系统实现。-through procedures to check disk space, GetDiskFreeSpaceEx () API call systems.
Article_src
- 通过程序来检查硬盘空间,GetDiskFreeSpaceEx()API来调用系统实现。-through procedures to check disk space, GetDiskFreeSpaceEx () API call systems.
GetDriverSpace
- 使用函数GetDiskFreeSpaceEx可以获取某个特定的磁盘驱动器的空间信息。-Using the function GetDiskFreeSpaceEx can get a particular disk drive space information.
getdiskfree
- VB5 demo program shows the MS recommended way to determine at runtime whether to call GetDiskFreeSpaceEx() API which can handle FAT32 large disk partitions or the older GetDiskFreeSpace() API.