1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-30 03:28:38 -05:00

sys: IRP_MJ_READ: implementation

This commit is contained in:
Bill Zissimopoulos
2016-03-04 19:20:41 -08:00
parent c7c367ccc8
commit bf02a601b2
5 changed files with 175 additions and 31 deletions

View File

@@ -184,6 +184,10 @@ typedef struct
{
UINT64 UserContext;
UINT64 UserContext2;
UINT64 Address;
UINT64 Offset;
UINT32 Length;
UINT32 Key;
} Read;
struct
{