ReactOS 0.4.16-dev-1097-g530d26a
|
Public Attributes | |
HWND | hwndSelf |
HWND | hwndNotify |
HFONT | hFont |
BOOL | bFocus |
INT | nHeight |
WORD | HotKey |
WORD | InvComb |
WORD | InvMod |
BYTE | CurrMod |
INT | CaretPos |
DWORD | ScanCode |
WCHAR | strNone [15] |
BOOL tagHOTKEY_INFO::bFocus |
Definition at line 50 of file hotkey.c.
Referenced by HOTKEY_KillFocus(), and HOTKEY_SetFocus().
INT tagHOTKEY_INFO::CaretPos |
Definition at line 56 of file hotkey.c.
Referenced by HOTKEY_DrawHotKey(), HOTKEY_NCCreate(), and HOTKEY_SetFocus().
BYTE tagHOTKEY_INFO::CurrMod |
Definition at line 55 of file hotkey.c.
Referenced by HOTKEY_IsCombInv(), HOTKEY_KeyDown(), HOTKEY_KeyUp(), HOTKEY_NCCreate(), and HOTKEY_Refresh().
HFONT tagHOTKEY_INFO::hFont |
Definition at line 49 of file hotkey.c.
Referenced by HOTKEY_DrawHotKey(), HOTKEY_GetFont(), and HOTKEY_SetFont().
WORD tagHOTKEY_INFO::HotKey |
Definition at line 52 of file hotkey.c.
Referenced by HOTKEY_GetHotKey(), HOTKEY_KeyDown(), HOTKEY_NCCreate(), HOTKEY_Refresh(), and HOTKEY_SetHotKey().
HWND tagHOTKEY_INFO::hwndNotify |
Definition at line 48 of file hotkey.c.
Referenced by HOTKEY_Create(), HOTKEY_EraseBackground(), HOTKEY_KeyDown(), and HOTKEY_KeyUp().
HWND tagHOTKEY_INFO::hwndSelf |
Definition at line 47 of file hotkey.c.
Referenced by HOTKEY_Destroy(), HOTKEY_DrawHotKey(), HOTKEY_EraseBackground(), HOTKEY_KeyDown(), HOTKEY_KeyUp(), HOTKEY_LButtonDown(), HOTKEY_NCCreate(), HOTKEY_Paint(), HOTKEY_SetFocus(), HOTKEY_SetFont(), and HOTKEY_SetHotKey().
WORD tagHOTKEY_INFO::InvComb |
Definition at line 53 of file hotkey.c.
Referenced by HOTKEY_IsCombInv(), HOTKEY_NCCreate(), and HOTKEY_SetRules().
WORD tagHOTKEY_INFO::InvMod |
Definition at line 54 of file hotkey.c.
Referenced by HOTKEY_KeyDown(), HOTKEY_NCCreate(), HOTKEY_Refresh(), and HOTKEY_SetRules().
INT tagHOTKEY_INFO::nHeight |
Definition at line 51 of file hotkey.c.
Referenced by HOTKEY_SetFocus(), and HOTKEY_SetFont().
DWORD tagHOTKEY_INFO::ScanCode |
Definition at line 57 of file hotkey.c.
Referenced by HOTKEY_KeyDown(), HOTKEY_Refresh(), and HOTKEY_SetHotKey().
WCHAR tagHOTKEY_INFO::strNone[15] |
Definition at line 58 of file hotkey.c.
Referenced by HOTKEY_NCCreate(), and HOTKEY_Refresh().