sys: IRP_MJ_QUERY_DIRECTORY

This commit is contained in:
Bill Zissimopoulos
2016-03-23 16:24:46 -07:00
parent 594f2644f7
commit c78e77cf52
2 changed files with 10 additions and 3 deletions

View File

@ -139,6 +139,8 @@ typedef struct
UINT16 Size;
FSP_FSCTL_FILE_INFO FileInfo;
UINT64 NextOffset;
/* padding to make struct as big as FILE_ID_BOTH_DIR_INFORMATION; allows for in-place copying */
UINT8 Padding[24];
WCHAR FileNameBuf[];
} FSP_FSCTL_DIR_INFO;
typedef struct