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

Definition at line 106 of file dpwsockx_dll.h.
| WSAEVENT tagDPWS_DATA::acceptEvent |
Definition at line 112 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), DPWS_Stop(), and DPWS_ThreadProc().
| char tagDPWS_DATA::buffer[65536] |
Definition at line 119 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), and DPWS_UdpReceiveCompleted().
Definition at line 124 of file dpwsockx_dll.h.
Referenced by DPWS_GetConnection(), DPWS_Start(), and DPWS_Stop().
Definition at line 113 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), DPWS_Stop(), and DPWS_ThreadProc().
| LPDIRECTPLAYSP tagDPWS_DATA::lpISP |
Definition at line 108 of file dpwsockx_dll.h.
Referenced by DPWS_ThreadProc(), DPWS_UdpReceiveCompleted(), and SPInit().
| DPWS_PLAYER tagDPWS_DATA::nameserver |
Definition at line 122 of file dpwsockx_dll.h.
Referenced by DPWSCB_SendEx().
| DPWS_CONNECTION_REF tagDPWS_DATA::nameserverConnectionRef |
Definition at line 123 of file dpwsockx_dll.h.
| WSAOVERLAPPED tagDPWS_DATA::overlapped |
Definition at line 117 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), DPWS_ThreadProc(), and DPWS_UdpReceiveCompleted().
| CRITICAL_SECTION tagDPWS_DATA::sendCs |
Definition at line 121 of file dpwsockx_dll.h.
Referenced by DPWS_SendImpl(), DPWS_Start(), and DPWS_Stop().
| BOOL tagDPWS_DATA::started |
Definition at line 126 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), and DPWS_Stop().
| WSAEVENT tagDPWS_DATA::stopEvent |
Definition at line 128 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), DPWS_Stop(), and DPWS_ThreadProc().
| SOCKADDR_IN tagDPWS_DATA::tcpAddr |
Definition at line 111 of file dpwsockx_dll.h.
Referenced by DPWS_SendImpl(), DPWS_Start(), and DPWSCB_CreatePlayer().
| SOCKET tagDPWS_DATA::tcpSock |
Definition at line 110 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), DPWS_Stop(), and DPWS_ThreadProc().
| HANDLE tagDPWS_DATA::thread |
Definition at line 127 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), and DPWS_Stop().
| SOCKADDR_IN tagDPWS_DATA::udpAddr |
Definition at line 116 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), and DPWSCB_CreatePlayer().
| SOCKET tagDPWS_DATA::udpSock |
Definition at line 115 of file dpwsockx_dll.h.
Referenced by DPWS_SendImpl(), DPWS_Start(), DPWS_Stop(), DPWS_ThreadProc(), and DPWS_UdpReceiveCompleted().
| WSABUF tagDPWS_DATA::wsaBuffer |
Definition at line 118 of file dpwsockx_dll.h.
Referenced by DPWS_Start(), DPWS_ThreadProc(), and DPWS_UdpReceiveCompleted().