Data Structures |
| struct | HOTKEY_INFO |
Defines |
| #define | IsOnlySet(flags) (infoPtr->CurrMod == (flags)) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (hotkey) |
| static LRESULT | HOTKEY_SetFont (HOTKEY_INFO *infoPtr, HFONT hFont, BOOL redraw) |
| static BOOL | HOTKEY_IsCombInv (const HOTKEY_INFO *infoPtr) |
| static void | HOTKEY_DrawHotKey (HOTKEY_INFO *infoPtr, HDC hdc, LPCWSTR KeyName, WORD NameLen) |
| static void | HOTKEY_Refresh (HOTKEY_INFO *infoPtr, HDC hdc) |
| static void | HOTKEY_Paint (HOTKEY_INFO *infoPtr, HDC hdc) |
| static LRESULT | HOTKEY_GetHotKey (const HOTKEY_INFO *infoPtr) |
| static void | HOTKEY_SetHotKey (HOTKEY_INFO *infoPtr, WORD hotKey) |
| static void | HOTKEY_SetRules (HOTKEY_INFO *infoPtr, WORD invComb, WORD invMod) |
| static LRESULT | HOTKEY_Create (HOTKEY_INFO *infoPtr, const CREATESTRUCTW *lpcs) |
| static LRESULT | HOTKEY_Destroy (HOTKEY_INFO *infoPtr) |
| static LRESULT | HOTKEY_EraseBackground (const HOTKEY_INFO *infoPtr, HDC hdc) |
| static LRESULT | HOTKEY_GetFont (const HOTKEY_INFO *infoPtr) |
| static LRESULT | HOTKEY_KeyDown (HOTKEY_INFO *infoPtr, DWORD key, DWORD flags) |
| static LRESULT | HOTKEY_KeyUp (HOTKEY_INFO *infoPtr, DWORD key) |
| static LRESULT | HOTKEY_KillFocus (HOTKEY_INFO *infoPtr) |
| static LRESULT | HOTKEY_LButtonDown (const HOTKEY_INFO *infoPtr) |
| static LRESULT | HOTKEY_NCCreate (HWND hwnd, const CREATESTRUCTW *lpcs) |
| static LRESULT | HOTKEY_SetFocus (HOTKEY_INFO *infoPtr) |
| static LRESULT WINAPI | HOTKEY_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | HOTKEY_Register (void) |
| void | HOTKEY_Unregister (void) |
Variables |
| static const WCHAR | HOTKEY_plussep [] = { ' ', '+', ' ' } |