sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-04 16:51:44 -08:00
parent 1ae2b8fd38
commit 41fbb8cc58
2 changed files with 15 additions and 1 deletions

View File

@@ -133,6 +133,8 @@ typedef struct
{
UINT64 UserContext; /* user context attached to an open file (unique file id) */
UINT64 UserContext2; /* user context attached to a kernel file object */
UINT16 SecurityDescriptor; /* security descriptor for existing files (offset within Buffer) */
UINT16 SecurityDescriptorSize; /* security descriptor size */
} Create;
} Rsp;
FSP_FSCTL_DECLSPEC_ALIGN UINT8 Buffer[];