FILE_SEQUENTIAL_ONLY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H

/**
 * All accesses to the file are sequential.
 */
#define FILE_SEQUENTIAL_ONLY                0x00000004

#endif

View code on GitHub

NtDoc

No description available.