ReactOS 0.4.15-dev-7934-g1dc8d80
tagEVENTHOOK Struct Reference

#include <hook.h>

Collaboration diagram for tagEVENTHOOK:

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
 

Detailed Description

Definition at line 15 of file hook.h.

Member Data Documentation

◆ Chain

LIST_ENTRY tagEVENTHOOK::Chain

Definition at line 18 of file hook.h.

Referenced by IntRemoveEvent(), and NtUserSetWinEventHook().

◆ eventMax

UINT tagEVENTHOOK::eventMax

Definition at line 20 of file hook.h.

Referenced by NtUserSetWinEventHook().

◆ eventMin

UINT tagEVENTHOOK::eventMin

Definition at line 19 of file hook.h.

Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().

◆ Flags

ULONG tagEVENTHOOK::Flags

Definition at line 24 of file hook.h.

Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().

◆ head

THROBJHEAD tagEVENTHOOK::head

Definition at line 17 of file hook.h.

Referenced by IntCallLowLevelEvent(), and IntNotifyWinEvent().

◆ idProcess

DWORD tagEVENTHOOK::idProcess

Definition at line 21 of file hook.h.

Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().

◆ idThread

DWORD tagEVENTHOOK::idThread

Definition at line 22 of file hook.h.

Referenced by IntNotifyWinEvent(), and NtUserSetWinEventHook().

◆ ihmod

INT_PTR tagEVENTHOOK::ihmod

Definition at line 26 of file hook.h.

Referenced by co_EVENT_CallEvents(), IntNotifyWinEvent(), and NtUserSetWinEventHook().

◆ offPfn

ULONG_PTR tagEVENTHOOK::offPfn

Definition at line 25 of file hook.h.

Referenced by co_EVENT_CallEvents(), IntNotifyWinEvent(), and NtUserSetWinEventHook().

◆ Proc

WINEVENTPROC tagEVENTHOOK::Proc

Definition at line 23 of file hook.h.

Referenced by co_EVENT_CallEvents(), IntNotifyWinEvent(), and NtUserSetWinEventHook().


The documentation for this struct was generated from the following file: