C# 클래스 PointerDeviceDriver.WindowsHook

상속: IDisposable
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Removes the current hook set by SetWindowsHook.

비공개 메소드들

메소드 설명
CanSetWindowsHook ( HookType type, string &errorMessage ) : bool

Returns true if the hook can be set, false if it can't be set.

MainHookProc ( int code, IntPtr wParam, IntPtr lParam ) : int

Main HookProc: chain the call if not canceled by HookProcInvoked.

SetWindowsHook ( ) : IntPtr

Sets the hook and returns the handle as an IntPtr. Can be called multiple times.

WindowsHook ( SynchronizationContext syncCtx, HookType hType ) : System

메소드 상세

Dispose() 공개 메소드

Removes the current hook set by SetWindowsHook.
public Dispose ( ) : void
리턴 void