sys: IRP_MJ_CREATE

This commit is contained in:
Bill Zissimopoulos
2015-12-02 19:40:40 -08:00
parent 7d22bec54b
commit 25457b916d
6 changed files with 150 additions and 7 deletions

View File

@ -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