|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | DECL_NOTIFYHOOK __declspec(dllimport) |
| #define DECL_NOTIFYHOOK __declspec(dllimport) |
Definition at line 32 of file notifyhook.h.
| DECL_NOTIFYHOOK void DeinstallNotifyHook | ( | void | ) |
Definition at line 90 of file notifyhook.c.
Referenced by NotifyHook::~NotifyHook().
| DECL_NOTIFYHOOK void GetWindowModulePath | ( | HWND | hwnd | ) |
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().
| DECL_NOTIFYHOOK UINT InstallNotifyHook | ( | void | ) |
Definition at line 83 of file notifyhook.c.