ReactOS 0.4.15-dev-7918-g2a2556c
_EVENTPROC_CALLBACK_ARGUMENTS Struct Reference

#include <callback.h>

Collaboration diagram for _EVENTPROC_CALLBACK_ARGUMENTS:

Public Attributes

HWINEVENTHOOK hook
 
DWORD event
 
HWND hwnd
 
LONG idObject
 
LONG idChild
 
DWORD dwEventThread
 
DWORD dwmsEventTime
 
WINEVENTPROC Proc
 
INT_PTR Mod
 
ULONG_PTR offPfn
 

Detailed Description

Definition at line 87 of file callback.h.

Member Data Documentation

◆ dwEventThread

DWORD _EVENTPROC_CALLBACK_ARGUMENTS::dwEventThread

Definition at line 94 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ dwmsEventTime

DWORD _EVENTPROC_CALLBACK_ARGUMENTS::dwmsEventTime

Definition at line 95 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ event

DWORD _EVENTPROC_CALLBACK_ARGUMENTS::event

Definition at line 90 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ hook

HWINEVENTHOOK _EVENTPROC_CALLBACK_ARGUMENTS::hook

Definition at line 89 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ hwnd

HWND _EVENTPROC_CALLBACK_ARGUMENTS::hwnd

Definition at line 91 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ idChild

LONG _EVENTPROC_CALLBACK_ARGUMENTS::idChild

Definition at line 93 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ idObject

LONG _EVENTPROC_CALLBACK_ARGUMENTS::idObject

Definition at line 92 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ Mod

INT_PTR _EVENTPROC_CALLBACK_ARGUMENTS::Mod

Definition at line 97 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ offPfn

ULONG_PTR _EVENTPROC_CALLBACK_ARGUMENTS::offPfn

Definition at line 98 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().

◆ Proc

WINEVENTPROC _EVENTPROC_CALLBACK_ARGUMENTS::Proc

Definition at line 96 of file callback.h.

Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().


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