ReactOS 0.4.15-dev-5893-g1bb4167
|
#include <callback.h>
Public Attributes | |
SENDASYNCPROC | Callback |
HWND | Wnd |
UINT | Msg |
ULONG_PTR | Context |
LRESULT | Result |
Definition at line 39 of file callback.h.
SENDASYNCPROC _SENDASYNCPROC_CALLBACK_ARGUMENTS::Callback |
Definition at line 41 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
ULONG_PTR _SENDASYNCPROC_CALLBACK_ARGUMENTS::Context |
Definition at line 44 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
UINT _SENDASYNCPROC_CALLBACK_ARGUMENTS::Msg |
Definition at line 43 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
LRESULT _SENDASYNCPROC_CALLBACK_ARGUMENTS::Result |
Definition at line 45 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
HWND _SENDASYNCPROC_CALLBACK_ARGUMENTS::Wnd |
Definition at line 42 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().