mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
sys: IRP_MJ_CREATE
This commit is contained in:
@@ -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[];
|
||||
|
Reference in New Issue
Block a user