mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
dll: WIP
This commit is contained in:
parent
6dbb987ebc
commit
aa04436d5e
@ -21,6 +21,10 @@ NTSTATUS FspCreateCheck(FSP_FILE_SYSTEM *FileSystem,
|
|||||||
PGrantedAccess);
|
PGrantedAccess);
|
||||||
FspPathCombine((PWSTR)Request->Buffer, Suffix);
|
FspPathCombine((PWSTR)Request->Buffer, Suffix);
|
||||||
|
|
||||||
|
if (NT_SUCCESS(Result))
|
||||||
|
*PGrantedAccess = (MAXIMUM_ALLOWED & Request->Req.Create.DesiredAccess) ?
|
||||||
|
FILE_ALL_ACCESS : Request->Req.Create.DesiredAccess;
|
||||||
|
|
||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user