sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-07 16:54:49 -08:00
parent 264da71f7c
commit 2a84229da3
2 changed files with 10 additions and 10 deletions

View File

@ -106,8 +106,8 @@ typedef struct
UINT32 UserMode:1; /* request originated in user mode */
UINT32 HasTraversePrivilege:1; /* requestor has TOKEN_HAS_TRAVERSE_PRIVILEGE */
UINT32 OpenTargetDirectory:1; /* open target dir and report FILE_{EXISTS,DOES_NOT_EXIST} */
UINT32 HasTrailingBackslash:1; /* original FileName (sent by CreateFile) has trailing backslash */
UINT32 CaseSensitive:1; /* FileName comparisons should be case-sensitive */
UINT32 HasTrailingBackslash:1; /* reserved: do not use */
} Create;
struct
{