#ifndef _NTIOAPI_H typedef struct _FILE_PIPE_INFORMATION { ULONG ReadMode; ULONG CompletionMode; } FILE_PIPE_INFORMATION, *PFILE_PIPE_INFORMATION; #endif View code on GitHub
This structure is documented in Windows Driver Kit.