C# Class VideoHelper.HotKeysHelper

Mostrar archivo Open project: hanksoft/KillJD

Public Methods

Method Description
ProcessHotKey ( Message m ) : void
Regist ( IntPtr hWnd, int modifiers, Keys vk, HotKeyCallBackHanlder callBack ) : void
UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void

Private Methods

Method Description
RegisterHotKey ( IntPtr hWnd, int id, int modifiers, Keys vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

ProcessHotKey() public method

public ProcessHotKey ( Message m ) : void
m System.Windows.Forms.Message
return void

Regist() public method

public Regist ( IntPtr hWnd, int modifiers, Keys vk, HotKeyCallBackHanlder callBack ) : void
hWnd IntPtr
modifiers int
vk Keys
callBack HotKeyCallBackHanlder
return void

UnRegist() public method

public UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void
hWnd IntPtr
callBack HotKeyCallBackHanlder
return void