#ifndef _NTIOAPI_H typedef struct _FILE_ALLOCATION_INFORMATION { LARGE_INTEGER AllocationSize; } FILE_ALLOCATION_INFORMATION, *PFILE_ALLOCATION_INFORMATION; #endif View code on GitHub
This structure is documented in Windows Driver Kit.