X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsystems%2Fwin32%2Fwin32k%2Finclude%2Fhotkey.h;h=b8bbee9eb78d2c12f46848fc5a04bb88d0069e30;hp=74f19a2b2a7dc50c6519b5f0a2bbce44de377965;hb=6c4a25f3865668e57165033bcc1b693f0577ba4b;hpb=30fde9e8165acd973a02241738b4d1fb878eed88 diff --git a/reactos/subsystems/win32/win32k/include/hotkey.h b/reactos/subsystems/win32/win32k/include/hotkey.h index 74f19a2b2a7..b8bbee9eb78 100644 --- a/reactos/subsystems/win32/win32k/include/hotkey.h +++ b/reactos/subsystems/win32/win32k/include/hotkey.h @@ -13,6 +13,8 @@ typedef struct _HOT_KEY_ITEM UINT vk; } HOT_KEY_ITEM, *PHOT_KEY_ITEM; +#define IDHOT_REACTOS (-9) + INIT_FUNCTION NTSTATUS NTAPI @@ -33,5 +35,9 @@ UnregisterWindowHotKeys(PWND Window); VOID FASTCALL UnregisterThreadHotKeys(struct _ETHREAD *Thread); +UINT FASTCALL +DefWndGetHotKey(HWND hwnd); +INT FASTCALL +DefWndSetHotKey( PWND pWnd, WPARAM wParam); /* EOF */