C# 클래스 Interceptor.InterceptionDriver

The .NET wrapper class around the C++ library interception.dll.
파일 보기 프로젝트 열기: jasonpang/Interceptor 1 사용 예제들

비공개 메소드들

메소드 설명
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