#ifndef _NTIOAPI_H typedef struct _FILE_ALIGNMENT_INFORMATION { ULONG AlignmentRequirement; } FILE_ALIGNMENT_INFORMATION, *PFILE_ALIGNMENT_INFORMATION; #endif View code on GitHub
This structure is documented in Windows Driver Kit.