// ntifs.h
typedef struct _CC_FILE_SIZES {
LARGE_INTEGER AllocationSize;
LARGE_INTEGER FileSize;
LARGE_INTEGER ValidDataLength;
} CC_FILE_SIZES, *PCC_FILE_SIZES;
View the official Windows Driver Kit DDI referenceNo description available.
The CC_FILE_SIZES structure contains file size information.
AllocationSizeThe section object size for the file, in bytes.
FileSizeThe size of the file, in bytes.
ValidDataLengthThe valid date length for the file, in bytes.