sys: IRP_MJ_READ, IRP_MJ_WRITE

This commit is contained in:
Bill Zissimopoulos
2016-03-04 21:07:14 -08:00
parent 55a86ba8c6
commit 8b9e8499aa
3 changed files with 51 additions and 21 deletions

View File

@ -300,6 +300,10 @@ typedef struct
FSP_FSCTL_FILE_INFO FileInfo;
} Overwrite;
struct
{
FSP_FSCTL_FILE_INFO FileInfo;
} Read;
struct
{
FSP_FSCTL_FILE_INFO FileInfo;
} Write;