ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
struct | COPYDATA_STRUCT |
Functions | |
BOOL APIENTRY | DllMain (HINSTANCE hInst, DWORD dwReason, LPVOID param) |
LRESULT CALLBACK | NotifyHookProc (int code, WPARAM wparam, LPARAM lparam) |
UINT | InstallNotifyHook () |
void | DeinstallNotifyHook () |
void | GetWindowModulePath (HWND hwnd) |
DECL_NOTIFYHOOK int | GetWindowModulePathCopyData (LPARAM lparam, HWND *phwnd, LPSTR buffer, int size) |
Variables | |
static HINSTANCE | s_hInstance |
static UINT | WM_GETMODULEPATH |
static HHOOK | s_hNotifyHook |
Definition at line 90 of file notifyhook.c.
Referenced by NotifyHook::~NotifyHook().
Definition at line 39 of file notifyhook.c.
Definition at line 97 of file notifyhook.c.
DECL_NOTIFYHOOK int GetWindowModulePathCopyData | ( | LPARAM | lparam, |
HWND * | phwnd, | ||
LPSTR | buffer, | ||
int | size | ||
) |
Definition at line 103 of file notifyhook.c.
Referenced by NotifyHook::ModulePathCopyData().
Definition at line 83 of file notifyhook.c.
Definition at line 59 of file notifyhook.c.
Referenced by InstallNotifyHook().
|
static |
Definition at line 34 of file notifyhook.c.
Referenced by DllMain(), and InstallNotifyHook().
|
static |
Definition at line 36 of file notifyhook.c.
Referenced by DeinstallNotifyHook(), InstallNotifyHook(), and NotifyHookProc().
|
static |
Definition at line 35 of file notifyhook.c.
Referenced by DllMain(), GetWindowModulePath(), GetWindowModulePathCopyData(), InstallNotifyHook(), and NotifyHookProc().