CC_FILE_SIZES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-cc_file_sizes)

Description

The CC_FILE_SIZES structure contains file size information.

Members

AllocationSize

The section object size for the file, in bytes.

FileSize

The size of the file, in bytes.

ValidDataLength

The valid date length for the file, in bytes.

See also

CcSetFileSizes