ReactOS 0.4.15-dev-6067-g0b695a6
|
#include <callback.h>
Public Attributes | |
INT | Type |
MSG | |
int | size |
PVOID | pvData |
BYTE | buffer [1] |
Definition at line 147 of file callback.h.
BYTE _DDEPOSTGET_CALLBACK_ARGUMENTS::buffer[1] |
Definition at line 153 of file callback.h.
Referenced by IntDDEGetCallback(), and User32CallDDEGetFromKernel().
_DDEPOSTGET_CALLBACK_ARGUMENTS::MSG |
Definition at line 150 of file callback.h.
PVOID _DDEPOSTGET_CALLBACK_ARGUMENTS::pvData |
Definition at line 152 of file callback.h.
Referenced by IntDDEPostCallback(), and User32CallDDEPostFromKernel().
int _DDEPOSTGET_CALLBACK_ARGUMENTS::size |
Definition at line 151 of file callback.h.
Referenced by IntDDEGetCallback(), IntDDEPostCallback(), User32CallDDEGetFromKernel(), and User32CallDDEPostFromKernel().
INT _DDEPOSTGET_CALLBACK_ARGUMENTS::Type |
Definition at line 149 of file callback.h.