C# Класс PointerDeviceDriver.WindowsHook

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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