Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested delegate: RT.Util.WinAPI.KeyboardHookProc

Declaration

delegate int RT.Util.WinAPI.KeyboardHookProc(
    int code,
    int wParam,
    ref RT.Util.WinAPI.KeyboardHookStruct lParam
)

Summary

Defines the callback type for a keyboard hook procedure.