#ifndef _NTIOAPI_H /** * All accesses to the file are sequential. */ #define FILE_SEQUENTIAL_ONLY 0x00000004 #endif View code on GitHub
No description available.