1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-20 03:24:59 -05:00

dll: fuseintf: Open, Close implementation

This commit is contained in:
Bill Zissimopoulos
2016-06-09 16:14:08 -07:00
parent a9868ba883
commit bc777f2d91
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ struct fsp_fuse_context_header
struct fsp_fuse_file_desc
{
char *PosixPath;
BOOLEAN IsDirectory;
int OpenFlags;
UINT64 FileHandle;
};