mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-20 19:12:56 -06:00
src: dotnet: WIP
This commit is contained in:
@@ -96,6 +96,10 @@ namespace Fsp
|
||||
Api.FspServiceSetExitCode(_Service, (UInt32)value);
|
||||
}
|
||||
}
|
||||
public IntPtr ServiceHandle
|
||||
{
|
||||
get { return _Service; }
|
||||
}
|
||||
public static void Log(UInt32 Type, String Message)
|
||||
{
|
||||
Api.FspServiceLog(Type, "%s", Message);
|
||||
|
||||
Reference in New Issue
Block a user