mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: IRP_MJ_DIRECTORY_CONTROL: DirectoryHasSuchFile
This commit is contained in:
@ -835,6 +835,7 @@ typedef struct
|
||||
UINT64 UserContext2;
|
||||
BOOLEAN CaseSensitive;
|
||||
BOOLEAN DeleteOnClose;
|
||||
BOOLEAN DirectoryHasSuchFile;
|
||||
UNICODE_STRING DirectoryPattern;
|
||||
UINT64 DirectoryOffset;
|
||||
UINT64 DirInfo;
|
||||
|
Reference in New Issue
Block a user