ReactOS 0.4.17-dev-934-g091855f
tagDPWS_IN_CONNECTION Struct Reference

#include <dpwsockx_dll.h>

Collaboration diagram for tagDPWS_IN_CONNECTION:

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
 

Detailed Description

Definition at line 60 of file dpwsockx_dll.h.

Member Data Documentation

◆ addr

SOCKADDR_IN tagDPWS_IN_CONNECTION::addr

Definition at line 63 of file dpwsockx_dll.h.

◆ buffer

char* tagDPWS_IN_CONNECTION::buffer

Definition at line 71 of file dpwsockx_dll.h.

◆ bufferSize

DWORD tagDPWS_IN_CONNECTION::bufferSize

Definition at line 72 of file dpwsockx_dll.h.

◆ completionRoutine

DPWS_COMPLETION_ROUTINE* tagDPWS_IN_CONNECTION::completionRoutine

Definition at line 68 of file dpwsockx_dll.h.

◆ entry

struct list tagDPWS_IN_CONNECTION::entry

Definition at line 62 of file dpwsockx_dll.h.

◆ header

DPSP_MSG_HEADER tagDPWS_IN_CONNECTION::header

Definition at line 70 of file dpwsockx_dll.h.

◆ overlapped

WSAOVERLAPPED tagDPWS_IN_CONNECTION::overlapped

Definition at line 66 of file dpwsockx_dll.h.

◆ sp

IDirectPlaySP* tagDPWS_IN_CONNECTION::sp

Definition at line 74 of file dpwsockx_dll.h.

◆ tcpSock

SOCKET tagDPWS_IN_CONNECTION::tcpSock

Definition at line 65 of file dpwsockx_dll.h.

◆ wsaBuffer

WSABUF tagDPWS_IN_CONNECTION::wsaBuffer

Definition at line 67 of file dpwsockx_dll.h.


The documentation for this struct was generated from the following file: