1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-01-10 05:00:33 -06:00

sys: IRP_MJ_DIRECTORY_CONTROL: DirectoryHasSuchFile

This commit is contained in:
Bill Zissimopoulos
2016-03-29 15:59:56 -07:00
parent bd96826286
commit 48ee6f067a
2 changed files with 16 additions and 3 deletions

View File

@@ -835,6 +835,7 @@ typedef struct
UINT64 UserContext2;
BOOLEAN CaseSensitive;
BOOLEAN DeleteOnClose;
BOOLEAN DirectoryHasSuchFile;
UNICODE_STRING DirectoryPattern;
UINT64 DirectoryOffset;
UINT64 DirInfo;