mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
Update memfs.h
This commit is contained in:
parent
4adc0d4700
commit
9a3ac3c7a1
@ -33,18 +33,16 @@ enum
|
|||||||
MemfsCaseInsensitive = 0x80,
|
MemfsCaseInsensitive = 0x80,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MemfsCreate(Flags, FileInfoTimeout, MaxFileNodes, MaxFileSize, SlowioMaxDelay, SlowioPercentDelay, SlowioRarefyDelay, VolumePrefix, RootSddl, PMemfs)\
|
#define MemfsCreate(Flags, FileInfoTimeout, MaxFileNodes, MaxFileSize, VolumePrefix, RootSddl, PMemfs)\
|
||||||
MemfsCreateFunnel(Flags, FileInfoTimeout, MaxFileNodes, MaxFileSize, SlowioMaxDelay, SlowioPercentDelay, SlowioRarefyDelay, 0, VolumePrefix, RootSddl, PMemfs)
|
MemfsCreateFunnel(Flags, FileInfoTimeout, MaxFileNodes, MaxFileSize, 0, 0, 0, 0, VolumePrefix, RootSddl, PMemfs)
|
||||||
NTSTATUS MemfsCreateFunnel(
|
NTSTATUS MemfsCreateFunnel(
|
||||||
ULONG Flags,
|
ULONG Flags,
|
||||||
ULONG FileInfoTimeout,
|
ULONG FileInfoTimeout,
|
||||||
ULONG MaxFileNodes,
|
ULONG MaxFileNodes,
|
||||||
ULONG MaxFileSize,
|
ULONG MaxFileSize,
|
||||||
|
ULONG SlowioMaxDelay,
|
||||||
ULONG SlowioMaxDelay,
|
|
||||||
ULONG SlowioPercentDelay,
|
ULONG SlowioPercentDelay,
|
||||||
ULONG SlowioRarefyDelay,
|
ULONG SlowioRarefyDelay,
|
||||||
|
|
||||||
PWSTR FileSystemName,
|
PWSTR FileSystemName,
|
||||||
PWSTR VolumePrefix,
|
PWSTR VolumePrefix,
|
||||||
PWSTR RootSddl,
|
PWSTR RootSddl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user