Home
last modified time | relevance | path

Searched refs:HKM_SETHOTKEY (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dhotkey.c476 case HKM_SETHOTKEY: in HOTKEY_WindowProc()
/reactos/base/shell/progman/
H A Ddialog.c749 SendDlgItemMessageW(hDlg, PM_HOT_KEY, HKM_SETHOTKEY, *pProgramAttributes->lpnHotKey, 0); in DIALOG_PROGRAM_DlgProc()
/reactos/dll/win32/shell32/
H A DCShellLink.cpp2840 SendDlgItemMessageW(hwndDlg, IDC_SHORTCUT_KEY_HOTKEY, HKM_SETHOTKEY, m_Header.wHotKey, 0); in OnInitDialog()
/reactos/sdk/include/psdk/
H A Dcommctrl.h2236 #define HKM_SETHOTKEY (WM_USER+1) macro