mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 17:32:29 -05:00
src: dotnet: WIP
This commit is contained in:
parent
f117a89697
commit
c79785c2db
@ -174,6 +174,16 @@ namespace Fsp
|
||||
return _FileSystem;
|
||||
}
|
||||
|
||||
/* helpers */
|
||||
public static Int32 NtStatusFromWin32(UInt32 Error)
|
||||
{
|
||||
return Api.FspNtStatusFromWin32(Error);
|
||||
}
|
||||
public static UInt32 Win32FromNtStatus(Int32 Status)
|
||||
{
|
||||
return Api.FspWin32FromNtStatus(Status);
|
||||
}
|
||||
|
||||
/* operations */
|
||||
protected virtual Int32 ExceptionHandler(Exception ex)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user