Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The CC_FILE_SIZES structure contains file size information.
Syntax
typedef struct _CC_FILE_SIZES {
LARGE_INTEGER AllocationSize;
LARGE_INTEGER FileSize;
LARGE_INTEGER ValidDataLength;
} CC_FILE_SIZES, *PCC_FILE_SIZES;
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.
Requirements
Requirement | Value |
---|---|
Header | ntifs.h |