dll: fuseintf: ReadDirectory implementation

This commit is contained in:
Bill Zissimopoulos
2016-06-10 15:24:35 -07:00
parent ea8ed690f6
commit 240bdfeb39
2 changed files with 112 additions and 44 deletions

View File

@ -51,6 +51,8 @@ struct fsp_fuse_file_desc
BOOLEAN IsDirectory;
int OpenFlags;
UINT64 FileHandle;
PVOID DirBuffer;
ULONG DirBufferSize;
};
static inline