FILE_QUERY_RESTART_SCAN - NtDoc

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

#endif

View code on GitHub

NtDoc

No description available.