磁盘驱动类管理api
GetLogicalDrives 获取主机中所有的逻辑驱动器 返回bitmap
GetLogicalDrivesString 获取主机中所有的逻辑驱动器 以驱动器根路径字符串返回
FindFristVolume 查找主机中第一个驱动器,返回查找句柄
FindNextVolume 查找主机中后续驱动器,返回查找句柄
FindVolumeClose 关闭驱动器查找句柄
GetDriveType 获取驱动器类型
GetVolumeInformation 获取逻辑驱动器信息
FindFristVolumeMountPoint 查找指定卷的一个挂载点 并返回句柄
FindNextVolumeMountPoint 查找指定卷的后一个挂载点 并返回句柄
FindVolumeMountPointClose 关闭挂载点查找
GetVolumeNameForVolumeMountPoint 根据指定挂载点获取相应卷的设备名
SetVolumeMountPoint 指定卷加载到指定挂载点
GetDiskFreeSpace 获取磁盘空间信息
GetDiskFreeSpaceEx 或者用户可用的空闲字节数,磁盘总量的字节数
文件目录管理类api
DeleteFile
CopyFile
MoveFile
CreateFile
ReadFile
WriteFile
GetFileSize
GetFileSizeEx
CreateDirectory
GetCurrentDirectory
SetCurrentDirectory
FindFristFile
FindNextFile
GetFileAttributes
GetFileAttributesEx
SetFileAttributes
FileTimeToLocaleFileTime
FileTimeToSystemTime
高级文件api
CreateFileMapping
MapViewOfFile
FlushViewOfFile
OpenFileMapping
UnmapViewOfFile
GetMappedFileName
QueryDosDevice