RegisterHotKeyのXPシステムでの動作の問題

1098 ワード

  • 参考:https://stackoverflow.com/questions/6103059/registerhotkey-only-working-in-windows-7-not-in-xp-server-2003
  • RegisterHotKey関数
  • WINUSERAPI
    BOOL
    WINAPI
    RegisterHotKey(
        __in_opt HWND hWnd,
        __in int id,
        __in UINT fsModifiers,
        __in UINT vk);
        ```
      
     **    XP              ```MOD_NOREPEAT```
               ==       SHIFT+F7  CTRL+F8               **
    
        : MOD_NOREPEAT   0  xp   0      MOD_NOREPEAT