FILE_NO_INTERMEDIATE_BUFFERING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

#endif

View code on GitHub

NtDoc

No description available.