ReactOS 0.4.16-dev-1505-g12fa72a
|
Go to the source code of this file.
Classes | |
struct | tagSHARED_DATA |
Macros | |
#define | MUTEX_TIMEOUT_MS (4 * 1000) |
Typedefs | |
typedef struct tagSHARED_DATA | SHARED_DATA |
typedef struct tagSHARED_DATA * | PSHARED_DATA |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (internat) | |
static BOOL | EnterProtectedSection (VOID) |
static VOID | LeaveProtectedSection (VOID) |
static VOID | PostMessageToMainWnd (UINT Msg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WinHookProc (INT code, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | ShellHookProc (INT code, WPARAM wParam, LPARAM lParam) |
static BOOL | CheckVirtualKey (UINT vKey, UINT vKey0, UINT vKey1, UINT vKey2) |
static LRESULT CALLBACK | KeyboardProc (INT code, WPARAM wParam, LPARAM lParam) |
BOOL APIENTRY | KbSwitchSetHooks (_In_ BOOL bDoHook) |
VOID APIENTRY | GetPenMenuData (PUINT pnID, PDWORD_PTR pdwItemData) |
VOID APIENTRY | SetPenMenuData (_In_ UINT nID, _In_ DWORD_PTR dwItemData) |
BOOL WINAPI | DllMain (IN HINSTANCE hinstDLL, IN DWORD dwReason, IN LPVOID lpvReserved) |
Variables | |
HINSTANCE | g_hInstance = NULL |
HANDLE | g_hShared = NULL |
PSHARED_DATA | g_pShared = NULL |
HANDLE | g_hMutex = NULL |
#define MUTEX_TIMEOUT_MS (4 * 1000) |
Definition at line 31 of file indicdll.c.
typedef struct tagSHARED_DATA * PSHARED_DATA |
typedef struct tagSHARED_DATA SHARED_DATA |
Definition at line 104 of file indicdll.c.
Referenced by KeyboardProc().
Definition at line 224 of file indicdll.c.
Definition at line 33 of file indicdll.c.
Referenced by GetPenMenuData(), KbSwitchSetHooks(), and SetPenMenuData().
VOID APIENTRY GetPenMenuData | ( | PUINT | pnID, |
PDWORD_PTR | pdwItemData | ||
) |
Definition at line 191 of file indicdll.c.
Definition at line 139 of file indicdll.c.
Definition at line 110 of file indicdll.c.
Referenced by KbSwitchSetHooks().
Definition at line 47 of file indicdll.c.
Referenced by GetPenMenuData(), KbSwitchSetHooks(), and SetPenMenuData().
Definition at line 53 of file indicdll.c.
Referenced by KeyboardProc(), ShellHookProc(), and WinHookProc().
Definition at line 209 of file indicdll.c.
Definition at line 81 of file indicdll.c.
Referenced by KbSwitchSetHooks().
WINE_DEFAULT_DEBUG_CHANNEL | ( | internat | ) |
Definition at line 60 of file indicdll.c.
Referenced by KbSwitchSetHooks().
Definition at line 26 of file indicdll.c.
Referenced by DllMain(), and KbSwitchSetHooks().
Definition at line 29 of file indicdll.c.
Referenced by DllMain(), EnterProtectedSection(), and LeaveProtectedSection().
Definition at line 27 of file indicdll.c.
Referenced by DllMain().
PSHARED_DATA g_pShared = NULL |
Definition at line 28 of file indicdll.c.
Referenced by DllMain(), GetPenMenuData(), KbSwitchSetHooks(), KeyboardProc(), PostMessageToMainWnd(), SetPenMenuData(), ShellHookProc(), and WinHookProc().