mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
sys: IRP_MJ_CREATE: FILE_DELETE_ON_CLOSE
This commit is contained in:
@ -112,6 +112,7 @@ typedef struct
|
||||
{
|
||||
UINT64 UserContext;
|
||||
UINT64 UserContext2;
|
||||
UINT32 Delete:1; /* if set, the file or directory must be deleted */
|
||||
} Cleanup;
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user