ReactOS 0.4.16-dev-329-g9223134
|
#include <dde_private.h>
Public Attributes | |
struct tagWDML_XACT * | next |
DWORD | xActID |
UINT | ddeMsg |
HDDEDATA | hDdeData |
DWORD | dwTimeout |
DWORD | hUser |
UINT | wType |
UINT | wFmt |
HSZ | hszItem |
ATOM | atom |
HGLOBAL | hMem |
LPARAM | lParam |
Definition at line 109 of file dde_private.h.
ATOM tagWDML_XACT::atom |
Definition at line 119 of file dde_private.h.
Referenced by WDML_AllocTransaction(), WDML_ServerHandleAdvise(), WDML_ServerHandlePoke(), WDML_ServerHandleRequest(), WDML_ServerHandleUnadvise(), WDML_ServerQueueAdvise(), WDML_ServerQueuePoke(), WDML_ServerQueueRequest(), and WDML_ServerQueueUnadvise().
UINT tagWDML_XACT::ddeMsg |
Definition at line 112 of file dde_private.h.
Referenced by DdeDisconnect(), WDML_AllocTransaction(), WDML_ClientHandle(), WDML_HandleReply(), WDML_ServerHandle(), and WDML_SyncWaitTransactionReply().
DWORD tagWDML_XACT::dwTimeout |
Definition at line 114 of file dde_private.h.
Referenced by DdeAbandonTransaction(), WDML_ClientHandle(), and WDML_HandleReply().
HDDEDATA tagWDML_XACT::hDdeData |
Definition at line 113 of file dde_private.h.
Referenced by WDML_AllocTransaction(), WDML_HandleAdviseReply(), WDML_HandleExecuteReply(), WDML_HandlePokeReply(), WDML_HandleReply(), WDML_HandleRequestReply(), and WDML_HandleUnadviseReply().
HGLOBAL tagWDML_XACT::hMem |
Definition at line 120 of file dde_private.h.
Referenced by WDML_AllocTransaction(), WDML_ClientQueueAdvise(), WDML_ClientQueueExecute(), WDML_ClientQueuePoke(), WDML_FreeTransaction(), WDML_HandleAdviseReply(), WDML_HandleExecuteReply(), WDML_HandlePokeReply(), WDML_ServerHandleAdvise(), WDML_ServerHandleExecute(), WDML_ServerHandlePoke(), WDML_ServerQueueAdvise(), WDML_ServerQueueExecute(), and WDML_ServerQueuePoke().
HSZ tagWDML_XACT::hszItem |
Definition at line 118 of file dde_private.h.
Referenced by WDML_AllocTransaction(), WDML_FreeTransaction(), WDML_GetLocalConvInfo(), WDML_HandleAdviseReply(), WDML_HandlePokeReply(), WDML_HandleReply(), WDML_HandleRequestReply(), WDML_HandleUnadviseReply(), WDML_ServerHandleAdvise(), WDML_ServerHandlePoke(), WDML_ServerHandleRequest(), and WDML_ServerHandleUnadvise().
DWORD tagWDML_XACT::hUser |
Definition at line 115 of file dde_private.h.
Referenced by DdeSetUserHandle(), WDML_AllocTransaction(), and WDML_GetLocalConvInfo().
LPARAM tagWDML_XACT::lParam |
Definition at line 121 of file dde_private.h.
Referenced by DdeDisconnect(), WDML_AllocTransaction(), WDML_ClientHandle(), WDML_ClientQueueAdvise(), WDML_ClientQueueExecute(), WDML_ClientQueuePoke(), WDML_ClientQueueRequest(), WDML_ClientQueueTerminate(), WDML_ClientQueueUnadvise(), WDML_ServerConvProc(), WDML_ServerHandleAdvise(), WDML_ServerHandlePoke(), WDML_ServerHandleRequest(), and WDML_ServerHandleUnadvise().
struct tagWDML_XACT* tagWDML_XACT::next |
Definition at line 110 of file dde_private.h.
Referenced by DdeAbandonTransaction(), WDML_AllocTransaction(), WDML_FindTransaction(), WDML_RemoveConv(), and WDML_UnQueueTransaction().
UINT tagWDML_XACT::wFmt |
Definition at line 117 of file dde_private.h.
Referenced by WDML_AllocTransaction(), WDML_GetLocalConvInfo(), WDML_HandleAdviseReply(), WDML_HandleReply(), WDML_HandleUnadviseReply(), WDML_ServerHandleRequest(), and WDML_ServerHandleUnadvise().
UINT tagWDML_XACT::wType |
Definition at line 116 of file dde_private.h.
Referenced by WDML_AllocTransaction(), WDML_ClientQueueAdvise(), WDML_GetLocalConvInfo(), and WDML_HandleAdviseReply().
DWORD tagWDML_XACT::xActID |
Definition at line 111 of file dde_private.h.
Referenced by DdeAbandonTransaction(), WDML_AllocTransaction(), WDML_ClientHandle(), WDML_FindTransaction(), and WDML_HandleReply().