|
ReactOS 0.4.17-dev-934-g091855f
|
#include <dplaysp.h>

Public Attributes | |
| IDirectPlaySP * | lpISP |
| DWORD | dwFlags |
| DPID | idPlayerTo |
| DPID | idPlayerFrom |
| LPSGBUFFER | lpSendBuffers |
| DWORD | cBuffers |
| DWORD | dwMessageSize |
| DWORD | dwPriority |
| DWORD | dwTimeout |
| LPVOID | lpDPContext |
| LPDWORD | lpdwSPMsgID |
| BOOL | bSystemMessage |
| BOOL tagDPSP_SENDEXDATA::bSystemMessage |
Definition at line 249 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DWORD tagDPSP_SENDEXDATA::cBuffers |
Definition at line 243 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DWORD tagDPSP_SENDEXDATA::dwFlags |
Definition at line 239 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DWORD tagDPSP_SENDEXDATA::dwMessageSize |
Definition at line 244 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DWORD tagDPSP_SENDEXDATA::dwPriority |
Definition at line 245 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DWORD tagDPSP_SENDEXDATA::dwTimeout |
Definition at line 246 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DPID tagDPSP_SENDEXDATA::idPlayerFrom |
Definition at line 241 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| DPID tagDPSP_SENDEXDATA::idPlayerTo |
Definition at line 240 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| LPVOID tagDPSP_SENDEXDATA::lpDPContext |
Definition at line 247 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| LPDWORD tagDPSP_SENDEXDATA::lpdwSPMsgID |
Definition at line 248 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| IDirectPlaySP* tagDPSP_SENDEXDATA::lpISP |
Definition at line 238 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().
| LPSGBUFFER tagDPSP_SENDEXDATA::lpSendBuffers |
Definition at line 242 of file dplaysp.h.
Referenced by DP_MSG_SendAddForwardAck(), DP_MSG_SendPingReply(), and IDirectPlay4Impl_SendEx().