#ifndef _NTIOAPI_H
// QueryFlags values for NtQueryDirectoryFileEx
/**
* The scan will start at the first entry in the directory. If this flag is not set, the scan will resume from where the last query ended.
*/
#define FILE_QUERY_RESTART_SCAN 0x00000001
View code on GitHubNo description available.