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

Public Attributes | |
| struct list | entry |
| SOCKADDR_IN | addr |
| SOCKET | tcpSock |
| WSAOVERLAPPED | overlapped |
| WSABUF | wsaBuffer |
| DPWS_COMPLETION_ROUTINE * | completionRoutine |
| DPSP_MSG_HEADER | header |
| char * | buffer |
| DWORD | bufferSize |
| IDirectPlaySP * | sp |
Definition at line 60 of file dpwsockx_dll.h.
| SOCKADDR_IN tagDPWS_IN_CONNECTION::addr |
Definition at line 63 of file dpwsockx_dll.h.
| char* tagDPWS_IN_CONNECTION::buffer |
Definition at line 71 of file dpwsockx_dll.h.
| DWORD tagDPWS_IN_CONNECTION::bufferSize |
Definition at line 72 of file dpwsockx_dll.h.
| DPWS_COMPLETION_ROUTINE* tagDPWS_IN_CONNECTION::completionRoutine |
Definition at line 68 of file dpwsockx_dll.h.
Definition at line 62 of file dpwsockx_dll.h.
| DPSP_MSG_HEADER tagDPWS_IN_CONNECTION::header |
Definition at line 70 of file dpwsockx_dll.h.
| WSAOVERLAPPED tagDPWS_IN_CONNECTION::overlapped |
Definition at line 66 of file dpwsockx_dll.h.
| IDirectPlaySP* tagDPWS_IN_CONNECTION::sp |
Definition at line 74 of file dpwsockx_dll.h.
| SOCKET tagDPWS_IN_CONNECTION::tcpSock |
Definition at line 65 of file dpwsockx_dll.h.
| WSABUF tagDPWS_IN_CONNECTION::wsaBuffer |
Definition at line 67 of file dpwsockx_dll.h.