ReactOS 0.4.16-dev-1453-g06343fa
|
Public Attributes | |
HHOOK | hWinHook |
HHOOK | hShellHook |
HHOOK | hKeyboardHook |
HWND | hKbSwitchWnd |
UINT | nHotID |
DWORD_PTR | dwHotMenuItemData |
Definition at line 16 of file indicdll.c.
DWORD_PTR tagSHARED_DATA::dwHotMenuItemData |
Definition at line 23 of file indicdll.c.
Referenced by GetPenMenuData(), and SetPenMenuData().
HWND tagSHARED_DATA::hKbSwitchWnd |
Definition at line 21 of file indicdll.c.
Referenced by KbSwitchSetHooks(), PostMessageToMainWnd(), and WinHookProc().
HHOOK tagSHARED_DATA::hKeyboardHook |
Definition at line 20 of file indicdll.c.
Referenced by KbSwitchSetHooks(), and KeyboardProc().
HHOOK tagSHARED_DATA::hShellHook |
Definition at line 19 of file indicdll.c.
Referenced by KbSwitchSetHooks(), and ShellHookProc().
HHOOK tagSHARED_DATA::hWinHook |
Definition at line 18 of file indicdll.c.
Referenced by KbSwitchSetHooks(), and WinHookProc().
UINT tagSHARED_DATA::nHotID |
Definition at line 22 of file indicdll.c.
Referenced by GetPenMenuData(), and SetPenMenuData().