Searched refs:FsSizeInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp69 FILE_FS_SIZE_INFORMATION FsSizeInfo; local
71 NTSTATUS rcNt = NtQueryVolumeInformationFile(hFile, &Ios, &FsSizeInfo, sizeof(FsSizeInfo), FileFsSizeInformation);
79 *pcbTotal = FsSizeInfo.TotalAllocationUnits.QuadPart
80 * FsSizeInfo.SectorsPerAllocationUnit
81 * FsSizeInfo.BytesPerSector;
82 if ( *pcbTotal / FsSizeInfo.SectorsPerAllocationUnit / FsSizeInfo.BytesPerSector
83 != FsSizeInfo.TotalAllocationUnits.QuadPart)
89 *pcbFree = FsSizeInfo
[all...]

Completed in 625 milliseconds