|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <hook.h>

Public Attributes | |
| THROBJHEAD | head |
| LIST_ENTRY | Chain |
| UINT | eventMin |
| UINT | eventMax |
| DWORD | idProcess |
| DWORD | idThread |
| WINEVENTPROC | Proc |
| ULONG | Flags |
| ULONG_PTR | offPfn |
| INT_PTR | ihmod |
| LIST_ENTRY tagEVENTHOOK::Chain |
Definition at line 18 of file hook.h.
Referenced by IntRemoveEvent(), and NtUserSetWinEventHook().
| UINT tagEVENTHOOK::eventMax |
Definition at line 20 of file hook.h.
Referenced by NtUserSetWinEventHook().
| UINT tagEVENTHOOK::eventMin |
Definition at line 19 of file hook.h.
Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().
| ULONG tagEVENTHOOK::Flags |
Definition at line 24 of file hook.h.
Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().
| THROBJHEAD tagEVENTHOOK::head |
Definition at line 17 of file hook.h.
Referenced by IntCallLowLevelEvent(), and IntNotifyWinEvent().
| DWORD tagEVENTHOOK::idProcess |
Definition at line 21 of file hook.h.
Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().
| DWORD tagEVENTHOOK::idThread |
Definition at line 22 of file hook.h.
Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().
| INT_PTR tagEVENTHOOK::ihmod |
Definition at line 26 of file hook.h.
Referenced by co_EVENT_CallEvents(), IntNotifyWinEvent(), and NtUserSetWinEventHook().
| ULONG_PTR tagEVENTHOOK::offPfn |
Definition at line 25 of file hook.h.
Referenced by co_EVENT_CallEvents(), IntNotifyWinEvent(), and NtUserSetWinEventHook().
| WINEVENTPROC tagEVENTHOOK::Proc |
Definition at line 23 of file hook.h.
Referenced by co_EVENT_CallEvents(), IntNotifyWinEvent(), and NtUserSetWinEventHook().