Home
last modified time | relevance | path

Searched refs:hotkey (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Dshelllink.c463 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 …]
H A Dshell32_test.h34 WORD hotkey; member
H A Dshlexec.c2738 desc.hotkey=0; in init_test()
2752 desc.hotkey=0; in init_test()
/reactos/dll/win32/syssetup/
H A Dinstall.c1149 ATOM hotkey; in HotkeyThread() local
1154 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()
/reactos/dll/win32/comctl32/
H A DCMakeLists.txt32 hotkey.c
H A Dhotkey.c43 WINE_DEFAULT_DEBUG_CHANNEL(hotkey);
/reactos/base/setup/reactos/
H A Dreactos.c2795 ATOM hotkey; in HotkeyThread() local
2800 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()
/reactos/win32ss/
H A DCMakeLists.txt133 user/ntuser/hotkey.c