sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-04 23:43:58 -08:00
parent 41fbb8cc58
commit 0187b77f8b
4 changed files with 64 additions and 8 deletions

View File

@@ -133,6 +133,7 @@ typedef struct
{
UINT64 UserContext; /* user context attached to an open file (unique file id) */
UINT64 UserContext2; /* user context attached to a kernel file object */
/* (only low 32 bits valid in 32-bit mode) */
UINT16 SecurityDescriptor; /* security descriptor for existing files (offset within Buffer) */
UINT16 SecurityDescriptorSize; /* security descriptor size */
} Create;