mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
sys: WIP
This commit is contained in:
parent
b9ea2196c0
commit
02ab670b39
@ -549,7 +549,7 @@ VOID FspFsvolCreateComplete(
|
|||||||
FileNode->UserContext = Response->Rsp.Create.Opened.UserContext;
|
FileNode->UserContext = Response->Rsp.Create.Opened.UserContext;
|
||||||
FileDesc->UserContext2 = Response->Rsp.Create.Opened.UserContext2;
|
FileDesc->UserContext2 = Response->Rsp.Create.Opened.UserContext2;
|
||||||
|
|
||||||
DeleteOnClose = BooleanFlagOn(Request->Req.Create.CreateOptions, FILE_DELETE_ON_CLOSE);
|
DeleteOnClose = BooleanFlagOn(IrpSp->Parameters.Create.Options, FILE_DELETE_ON_CLOSE);
|
||||||
|
|
||||||
/* open the FileNode */
|
/* open the FileNode */
|
||||||
OpenedFileNode = FspFileNodeOpen(FileNode, FileObject,
|
OpenedFileNode = FspFileNodeOpen(FileNode, FileObject,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user