sys: IRP_MJ_QUERY_DIRECTORY

This commit is contained in:
Bill Zissimopoulos
2016-03-22 16:39:12 -07:00
parent 0095b3c1dc
commit 62191fba36
3 changed files with 545 additions and 279 deletions

View File

@ -836,6 +836,7 @@ typedef struct
BOOLEAN DeleteOnClose;
UNICODE_STRING DirectoryPattern;
UINT64 DirectoryOffset;
UINT64 DirInfo;
ULONG DirInfoCacheHint;
} FSP_FILE_DESC;
NTSTATUS FspFileNodeCreate(PDEVICE_OBJECT DeviceObject,