1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-26 05:52:46 -06:00

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

@@ -388,7 +388,8 @@ typedef struct
/* protected by Header.Resource */
LONG OpenCount;
SHARE_ACCESS ShareAccess;
BOOLEAN DeletePending;
BOOLEAN DeletePending; /* FileDispositionInformation */
BOOLEAN DeleteOnClose; /* FILE_DELETE_ON_CLOSE */
/* read-only after creation */
FSP_DEVICE_GENERIC_TABLE_ELEMENT ElementStorage;
UINT64 UserContext;