#ifndef _NTIOAPI_H
/**
* Any file system filters that perform directory virtualization or just-in-time expansion should simply pass the request
* through to the file system and return entries that are currently on disk. Not all file systems support this flag.
*/
#define FILE_QUERY_RETURN_ON_DISK_ENTRIES_ONLY 0x00000008
View code on GitHubNo description available.