2021年5月20日

Determining volume cluster size without using GetDiskFreeSpace

摘要: https://stackoverflow.com/questions/11373603/determining-volume-cluster-size-without-using-getdiskfreespace You can use DeviceIoControl with IOCTL_STO 阅读全文

posted @ 2021-05-20 17:40 liujx2019 阅读(50) 评论(0) 推荐(0) 编辑

Getting the cluster size of a hard drive

摘要: 方法一 https://stackoverflow.com/questions/11373603/determining-volume-cluster-size-without-using-getdiskfreespace BOOL WINAPI GetDiskFreeSpace( __in LPC 阅读全文

posted @ 2021-05-20 17:34 liujx2019 阅读(35) 评论(0) 推荐(0) 编辑

Windows IOCTL 获取 Volume 信息 (FSCTL_GET_NTFS_VOLUME_DATA)

摘要: #define UNICODE 1 #define _UNICODE 1 /* The code of interest is in the subroutine GetDriveGeometry. The code in main shows how to interpret the result 阅读全文

posted @ 2021-05-20 16:38 liujx2019 阅读(288) 评论(0) 推荐(0) 编辑

导航