sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-05 01:51:32 -08:00
parent a0e90dc6fb
commit 0e170901c8
2 changed files with 49 additions and 26 deletions

View File

@ -364,6 +364,8 @@ typedef struct
FSRTL_ADVANCED_FCB_HEADER Header;
FSP_FILE_CONTEXT_NONPAGED *NonPaged;
LONG OpenCount;
SHARE_ACCESS ShareAccess;
/* protected by containing fsvol lock */
UINT64 UserContext;
UNICODE_STRING FileName;
WCHAR FileNameBuf[];