mirror of
https://github.com/winfsp/winfsp.git
synced 2026-01-04 10:19:18 -06:00
sys: IRP_MJ_QUERY_INFORMATION
This commit is contained in:
@@ -23,7 +23,8 @@ enum
|
||||
MemfsThreadPool = 0x02,
|
||||
};
|
||||
|
||||
NTSTATUS MemfsCreate(ULONG Flags, ULONG MaxFileNodes, ULONG MaxFileSize,
|
||||
NTSTATUS MemfsCreate(ULONG Flags, ULONG FileInfoTimeout,
|
||||
ULONG MaxFileNodes, ULONG MaxFileSize,
|
||||
MEMFS **PMemfs);
|
||||
VOID MemfsDelete(MEMFS *Memfs);
|
||||
FSP_FILE_SYSTEM *MemfsFileSystem(MEMFS *Memfs);
|
||||
|
||||
Reference in New Issue
Block a user