mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
dll: fuseintf: ReadDirectory implementation
This commit is contained in:
@ -51,6 +51,8 @@ struct fsp_fuse_file_desc
|
||||
BOOLEAN IsDirectory;
|
||||
int OpenFlags;
|
||||
UINT64 FileHandle;
|
||||
PVOID DirBuffer;
|
||||
ULONG DirBufferSize;
|
||||
};
|
||||
|
||||
static inline
|
||||
|
Reference in New Issue
Block a user