ReactOS 0.4.15-dev-5893-g1bb4167
|
#include <callback.h>
Public Attributes | |
HWINEVENTHOOK | hook |
DWORD | event |
HWND | hwnd |
LONG | idObject |
LONG | idChild |
DWORD | dwEventThread |
DWORD | dwmsEventTime |
WINEVENTPROC | Proc |
INT_PTR | Mod |
ULONG_PTR | offPfn |
Definition at line 92 of file callback.h.
DWORD _EVENTPROC_CALLBACK_ARGUMENTS::dwEventThread |
Definition at line 99 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
DWORD _EVENTPROC_CALLBACK_ARGUMENTS::dwmsEventTime |
Definition at line 100 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
DWORD _EVENTPROC_CALLBACK_ARGUMENTS::event |
Definition at line 95 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
HWINEVENTHOOK _EVENTPROC_CALLBACK_ARGUMENTS::hook |
Definition at line 94 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
HWND _EVENTPROC_CALLBACK_ARGUMENTS::hwnd |
Definition at line 96 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
LONG _EVENTPROC_CALLBACK_ARGUMENTS::idChild |
Definition at line 98 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
LONG _EVENTPROC_CALLBACK_ARGUMENTS::idObject |
Definition at line 97 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
INT_PTR _EVENTPROC_CALLBACK_ARGUMENTS::Mod |
Definition at line 102 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
ULONG_PTR _EVENTPROC_CALLBACK_ARGUMENTS::offPfn |
Definition at line 103 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
WINEVENTPROC _EVENTPROC_CALLBACK_ARGUMENTS::Proc |
Definition at line 101 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().