C# 클래스 ThoNohT.NohBoard.Hooking.Interop.HookManager

The public interface for the HookManager class.
파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

공개 메소드들

메소드 설명
DisableKeyboardHook ( ) : void

Disables the keyboard hook.

DisableMouseHook ( ) : void

Disables the mouse hook.

EnableKeyboardHook ( ) : void

Enables the keyboard hook.

EnableMouseHook ( ) : void

Enables the mouse hook.

비공개 메소드들

메소드 설명
KeyboardHookProc ( int nCode, int wParam, IntPtr lParam ) : int

A callback function which will be called every Time a keyboard activity detected.

MouseHookProc ( int nCode, int wParam, IntPtr lParam ) : int

A callback function which will be called every Time a mouse activity detected.

메소드 상세

DisableKeyboardHook() 공개 정적인 메소드

Disables the keyboard hook.
public static DisableKeyboardHook ( ) : void
리턴 void

DisableMouseHook() 공개 정적인 메소드

Disables the mouse hook.
public static DisableMouseHook ( ) : void
리턴 void

EnableKeyboardHook() 공개 정적인 메소드

Enables the keyboard hook.
public static EnableKeyboardHook ( ) : void
리턴 void

EnableMouseHook() 공개 정적인 메소드

Enables the mouse hook.
public static EnableMouseHook ( ) : void
리턴 void