C# Class Interceptor.InterceptionDriver

The .NET wrapper class around the C++ library interception.dll.
Mostra file Open project: jasonpang/Interceptor Class Usage Examples

Private Methods

Method Description
CreateContext ( ) : IntPtr
DestroyContext ( IntPtr context ) : void
GetFilter ( IntPtr context, Int32 device ) : void
GetHardwareId ( IntPtr context, Int32 device, String hardwareIdentifier, UInt32 sizeOfString ) : Int32
GetPrecedence ( IntPtr context, Int32 device ) : void
IsInvalid ( Int32 device ) : Int32
IsKeyboard ( Int32 device ) : Int32
IsMouse ( Int32 device ) : Int32
Receive ( IntPtr context, Int32 device, Stroke &stroke, UInt32 numStrokes ) : Int32
Send ( IntPtr context, Int32 device, Stroke &stroke, UInt32 numStrokes ) : Int32
SetFilter ( IntPtr context, Predicate predicate, Int32 keyboardFilterMode ) : void
SetPrecedence ( IntPtr context, Int32 device, Int32 Precedence ) : void
Wait ( IntPtr context ) : Int32
WaitWithTimeout ( IntPtr context, System.UInt64 milliseconds ) : Int32