C# 클래스 VideoHelper.HotKeysHelper

파일 보기 프로젝트 열기: hanksoft/KillJD

공개 메소드들

메소드 설명
ProcessHotKey ( Message m ) : void
Regist ( IntPtr hWnd, int modifiers, Keys vk, HotKeyCallBackHanlder callBack ) : void
UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void

비공개 메소드들

메소드 설명
RegisterHotKey ( IntPtr hWnd, int id, int modifiers, Keys vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

메소드 상세

ProcessHotKey() 공개 메소드

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

Regist() 공개 메소드

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

UnRegist() 공개 메소드

public UnRegist ( IntPtr hWnd, HotKeyCallBackHanlder callBack ) : void
hWnd IntPtr
callBack HotKeyCallBackHanlder
리턴 void