#ifndef _NTIOAPI_H
/**
* The scan should start at a specified indexed position in the directory.
* This flag can only be set if you generate your own IRP_MJ_DIRECTORY_CONTROL IRP; the index is specified in the IRP.
* How the position is specified varies from file system to file system.
*/
#define FILE_QUERY_INDEX_SPECIFIED 0x00000004
View code on GitHubNo description available.