ReactOS 0.4.16-dev-122-g325d74c
|
#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 87 of file callback.h.
DWORD _EVENTPROC_CALLBACK_ARGUMENTS::dwEventThread |
Definition at line 94 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
DWORD _EVENTPROC_CALLBACK_ARGUMENTS::dwmsEventTime |
Definition at line 95 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
DWORD _EVENTPROC_CALLBACK_ARGUMENTS::event |
Definition at line 90 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
HWINEVENTHOOK _EVENTPROC_CALLBACK_ARGUMENTS::hook |
Definition at line 89 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
HWND _EVENTPROC_CALLBACK_ARGUMENTS::hwnd |
Definition at line 91 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
LONG _EVENTPROC_CALLBACK_ARGUMENTS::idChild |
Definition at line 93 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
LONG _EVENTPROC_CALLBACK_ARGUMENTS::idObject |
Definition at line 92 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
INT_PTR _EVENTPROC_CALLBACK_ARGUMENTS::Mod |
Definition at line 97 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
ULONG_PTR _EVENTPROC_CALLBACK_ARGUMENTS::offPfn |
Definition at line 98 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().
WINEVENTPROC _EVENTPROC_CALLBACK_ARGUMENTS::Proc |
Definition at line 96 of file callback.h.
Referenced by co_IntCallEventProc(), and User32CallEventProcFromKernel().