FILE_FLAG_RANDOM_ACCESS top-level constant Null safety
Access is intended to be random. The system can use this as a hint to optimize file caching.
Implementation
const FILE_FLAG_RANDOM_ACCESS = 0x10000000;
Access is intended to be random. The system can use this as a hint to optimize file caching.
const FILE_FLAG_RANDOM_ACCESS = 0x10000000;