ReactOS 0.4.16-dev-329-g9223134
|
#include <callback.h>
Public Attributes | |
SENDASYNCPROC | Callback |
HWND | Wnd |
UINT | Msg |
ULONG_PTR | Context |
LRESULT | Result |
Definition at line 34 of file callback.h.
SENDASYNCPROC _SENDASYNCPROC_CALLBACK_ARGUMENTS::Callback |
Definition at line 36 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
ULONG_PTR _SENDASYNCPROC_CALLBACK_ARGUMENTS::Context |
Definition at line 39 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
UINT _SENDASYNCPROC_CALLBACK_ARGUMENTS::Msg |
Definition at line 38 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
LRESULT _SENDASYNCPROC_CALLBACK_ARGUMENTS::Result |
Definition at line 40 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().
HWND _SENDASYNCPROC_CALLBACK_ARGUMENTS::Wnd |
Definition at line 37 of file callback.h.
Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().