FILE_RANDOM_ACCESS - NtDoc

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

#endif

View code on GitHub

NtDoc

No description available.