#ifndef _NTIOAPI_H
/**
* Normally the return buffer is packed with as many matching directory entries that fit.
* If this flag is set, the file system will return only one directory entry at a time.
* This does make the operation less efficient.
*/
#define FILE_QUERY_RETURN_SINGLE_ENTRY 0x00000002
View code on GitHubNo description available.