#ifndef _NTIOAPI_H
/**
* The file cannot be cached or buffered in a driver's internal buffers.
* This flag is incompatible with the DesiredAccess FILE_APPEND_DATA flag.
*/
#define FILE_NO_INTERMEDIATE_BUFFERING 0x00000008
View code on GitHubNo description available.