C# Class VideoHelper.HotKeysHelper

Afficher le fichier Open project: hanksoft/KillJD

Méthodes publiques

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

Private Methods

Méthode Description
RegisterHotKey ( IntPtr hWnd, int id, int modifiers, Keys vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

Method Details

ProcessHotKey() public méthode

public ProcessHotKey ( Message m ) : void
m System.Windows.Forms.Message
Résultat void

Regist() public méthode

public Regist ( IntPtr hWnd, int modifiers, Keys vk, HotKeyCallBackHanlder callBack ) : void
hWnd IntPtr
modifiers int
vk Keys
callBack HotKeyCallBackHanlder
Résultat void

UnRegist() public méthode

public UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void
hWnd IntPtr
callBack HotKeyCallBackHanlder
Résultat void