ReactOS 0.4.15-dev-7953-g1f49173
tagHOTKEY_INFO Struct Reference
Collaboration diagram for tagHOTKEY_INFO:

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]
 

Detailed Description

Definition at line 45 of file hotkey.c.

Member Data Documentation

◆ bFocus

BOOL tagHOTKEY_INFO::bFocus

Definition at line 50 of file hotkey.c.

Referenced by HOTKEY_KillFocus(), and HOTKEY_SetFocus().

◆ CaretPos

INT tagHOTKEY_INFO::CaretPos

Definition at line 56 of file hotkey.c.

Referenced by HOTKEY_DrawHotKey(), HOTKEY_NCCreate(), and HOTKEY_SetFocus().

◆ CurrMod

BYTE tagHOTKEY_INFO::CurrMod

◆ hFont

HFONT tagHOTKEY_INFO::hFont

Definition at line 49 of file hotkey.c.

Referenced by HOTKEY_DrawHotKey(), HOTKEY_GetFont(), and HOTKEY_SetFont().

◆ HotKey

WORD tagHOTKEY_INFO::HotKey

◆ hwndNotify

HWND tagHOTKEY_INFO::hwndNotify

Definition at line 48 of file hotkey.c.

Referenced by HOTKEY_Create(), HOTKEY_EraseBackground(), HOTKEY_KeyDown(), and HOTKEY_KeyUp().

◆ hwndSelf

◆ InvComb

WORD tagHOTKEY_INFO::InvComb

Definition at line 53 of file hotkey.c.

Referenced by HOTKEY_IsCombInv(), HOTKEY_NCCreate(), and HOTKEY_SetRules().

◆ InvMod

WORD tagHOTKEY_INFO::InvMod

Definition at line 54 of file hotkey.c.

Referenced by HOTKEY_KeyDown(), HOTKEY_NCCreate(), HOTKEY_Refresh(), and HOTKEY_SetRules().

◆ nHeight

INT tagHOTKEY_INFO::nHeight

Definition at line 51 of file hotkey.c.

Referenced by HOTKEY_SetFocus(), and HOTKEY_SetFont().

◆ ScanCode

DWORD tagHOTKEY_INFO::ScanCode

Definition at line 57 of file hotkey.c.

Referenced by HOTKEY_KeyDown(), HOTKEY_Refresh(), and HOTKEY_SetHotKey().

◆ strNone

WCHAR tagHOTKEY_INFO::strNone[15]

Definition at line 58 of file hotkey.c.

Referenced by HOTKEY_NCCreate(), and HOTKEY_Refresh().


The documentation for this struct was generated from the following file: