Searched refs:hotkey (Results 1 – 8 of 8) sorted by relevance
463 if (desc->hotkey) in create_lnk_()634 if (desc->hotkey) in check_lnk_()641 i, desc->hotkey); in check_lnk_()693 desc.hotkey=0; in test_load_save()716 desc.hotkey=0x1234; in test_load_save()733 desc.hotkey=0x1234; in test_load_save()747 desc.hotkey=0x1234; in test_load_save()763 desc.hotkey=0x1234; in test_load_save()794 desc.hotkey=0x1234; in test_load_save()814 desc.hotkey=0x1234; in test_load_save()[all …]
34 WORD hotkey; member
2738 desc.hotkey=0; in init_test()2752 desc.hotkey=0; in init_test()
1149 ATOM hotkey; in HotkeyThread() local1154 hotkey = GlobalAddAtomW(L"Setup Shift+F10 Hotkey"); in HotkeyThread()1155 if (!RegisterHotKey(NULL, hotkey, MOD_SHIFT, VK_F10)) in HotkeyThread()1160 if (msg.hwnd == NULL && msg.message == WM_HOTKEY && msg.wParam == hotkey) in HotkeyThread()1187 UnregisterHotKey(NULL, hotkey); in HotkeyThread()1188 GlobalDeleteAtom(hotkey); in HotkeyThread()
32 hotkey.c
43 WINE_DEFAULT_DEBUG_CHANNEL(hotkey);
2795 ATOM hotkey; in HotkeyThread() local2800 hotkey = GlobalAddAtomW(L"Setup Shift+F10 Hotkey"); in HotkeyThread()2801 if (!RegisterHotKey(NULL, hotkey, MOD_SHIFT, VK_F10)) in HotkeyThread()2806 if (msg.hwnd == NULL && msg.message == WM_HOTKEY && msg.wParam == hotkey) in HotkeyThread()2833 UnregisterHotKey(NULL, hotkey); in HotkeyThread()2834 GlobalDeleteAtom(hotkey); in HotkeyThread()
133 user/ntuser/hotkey.c