mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
dotnet: Interop: fix silly mistake in SetDelete
This commit is contained in:
parent
9851f1b2c8
commit
79fd87598f
@ -471,6 +471,7 @@ namespace Fsp.Interop
|
|||||||
IntPtr InputBuffer, UInt32 InputBufferLength,
|
IntPtr InputBuffer, UInt32 InputBufferLength,
|
||||||
IntPtr OutputBuffer, UInt32 OutputBufferLength,
|
IntPtr OutputBuffer, UInt32 OutputBufferLength,
|
||||||
out UInt32 PBytesTransferred);
|
out UInt32 PBytesTransferred);
|
||||||
|
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||||
internal delegate Int32 SetDelete(
|
internal delegate Int32 SetDelete(
|
||||||
IntPtr FileSystem,
|
IntPtr FileSystem,
|
||||||
ref FullContext FullContext,
|
ref FullContext FullContext,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user