mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 16:22:43 -05:00
sys: IRP_MJ_CREATE
This commit is contained in:
@ -62,7 +62,11 @@ typedef struct
|
||||
UINT8 Kind;
|
||||
union
|
||||
{
|
||||
UINT8 Placeholder; // !!!: REMOVE
|
||||
struct
|
||||
{
|
||||
UINT8 Placeholder;
|
||||
WCHAR FileName[];
|
||||
} Create;
|
||||
} Req;
|
||||
} FSP_FSCTL_TRANSACT_REQ;
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user