#ifndef _NTIOAPI_H typedef struct _FILE_EA_INFORMATION { ULONG EaSize; } FILE_EA_INFORMATION, *PFILE_EA_INFORMATION; #endif View code on GitHub
This structure is documented in Windows Driver Kit.