sys: IRP_MJ_CREATE: FILE_DELETE_ON_CLOSE

This commit is contained in:
Bill Zissimopoulos
2015-12-07 22:54:02 -08:00
parent 6c29a98e90
commit 6ea86a5e8a
3 changed files with 26 additions and 2 deletions

View File

@ -112,6 +112,7 @@ typedef struct
{
UINT64 UserContext;
UINT64 UserContext2;
UINT32 Delete:1; /* if set, the file or directory must be deleted */
} Cleanup;
struct
{