#ifndef _NTIOAPI_H typedef struct _FILE_POSITION_INFORMATION { LARGE_INTEGER CurrentByteOffset; } FILE_POSITION_INFORMATION, *PFILE_POSITION_INFORMATION; #endif View code on GitHub
This structure is documented in Windows Driver Kit.