#ifndef _NTIOAPI_H
/**
* Accesses to the file can be random, so no sequential read-ahead operations should be performed on
* the file by FSDs or the system.
*/
#define FILE_RANDOM_ACCESS 0x00000800
View code on GitHubNo description available.