コード例 #1
0
 private static void UnRegisterHotKeyInternal(IntPtr hwnd, int id)
 {
     HotKeyInteropMethods.UnregisterHotKey(_hwnd, id);
 }
コード例 #2
0
 private static void RegisterHotKeyInternal(IntPtr hwnd, int id, uint modifiers, uint key)
 {
     HotKeyInteropMethods.RegisterHotKey(hwnd, id, modifiers, key);
 }