HotKeyCtl.h 225 B

12345678910111213
  1. #ifndef ____HOTKEY_CTL___H____
  2. #define ____HOTKEY_CTL___H____
  3. #include <windows.h>
  4. #define HOTKEYF_WIN 0x10
  5. int SubclassEditBox(HWND hwEdit);
  6. extern UINT wmHKCtlSet;
  7. extern UINT wmHKCtlGet;
  8. #endif//____HOTKEY_CTL___H____