ReactOS 0.4.15-dev-7958-gcd0bb1a
_SENDASYNCPROC_CALLBACK_ARGUMENTS Struct Reference

#include <callback.h>

Collaboration diagram for _SENDASYNCPROC_CALLBACK_ARGUMENTS:

Public Attributes

SENDASYNCPROC Callback
 
HWND Wnd
 
UINT Msg
 
ULONG_PTR Context
 
LRESULT Result
 

Detailed Description

Definition at line 34 of file callback.h.

Member Data Documentation

◆ Callback

SENDASYNCPROC _SENDASYNCPROC_CALLBACK_ARGUMENTS::Callback

Definition at line 36 of file callback.h.

Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().

◆ Context

ULONG_PTR _SENDASYNCPROC_CALLBACK_ARGUMENTS::Context

Definition at line 39 of file callback.h.

Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().

◆ Msg

UINT _SENDASYNCPROC_CALLBACK_ARGUMENTS::Msg

Definition at line 38 of file callback.h.

Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().

◆ Result

LRESULT _SENDASYNCPROC_CALLBACK_ARGUMENTS::Result

Definition at line 40 of file callback.h.

Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().

◆ Wnd

HWND _SENDASYNCPROC_CALLBACK_ARGUMENTS::Wnd

Definition at line 37 of file callback.h.

Referenced by co_IntCallSentMessageCallback(), and User32CallSendAsyncProcForKernel().


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