CC_FILE_SIZES Struktur (ntifs.h)
Die CC_FILE_SIZES Struktur enthält Informationen zur Dateigröße.
Syntax
typedef struct _CC_FILE_SIZES {
LARGE_INTEGER AllocationSize;
LARGE_INTEGER FileSize;
LARGE_INTEGER ValidDataLength;
} CC_FILE_SIZES, *PCC_FILE_SIZES;
Angehörige
AllocationSize
Die Größe des Abschnittsobjekts für die Datei in Byte.
FileSize
Die Größe der Datei in Byte.
ValidDataLength
Die gültige Datumslänge für die Datei in Byte.
Anforderungen
Anforderung | Wert |
---|---|
Header- | ntifs.h |