ReactOS 0.4.16-dev-117-g38f21f9
|
#include <shared.h>
Public Attributes | |
PAFD_WSABUF | BufferArray |
ULONG | BufferCount |
ULONG | AfdFlags |
TDI_REQUEST_SEND_DATAGRAM | TdiRequest |
TDI_CONNECTION_INFORMATION | TdiConnection |
ULONG _AFD_SEND_INFO_UDP::AfdFlags |
Definition at line 110 of file shared.h.
Referenced by AfdSendTo(), and WSPSendTo().
PAFD_WSABUF _AFD_SEND_INFO_UDP::BufferArray |
Definition at line 108 of file shared.h.
Referenced by AfdConnectedSocketWriteData(), AfdPacketSocketWriteData(), AfdSendTo(), and WSPSendTo().
ULONG _AFD_SEND_INFO_UDP::BufferCount |
Definition at line 109 of file shared.h.
Referenced by AfdConnectedSocketWriteData(), AfdPacketSocketWriteData(), AfdSendTo(), and WSPSendTo().
TDI_CONNECTION_INFORMATION _AFD_SEND_INFO_UDP::TdiConnection |
Definition at line 112 of file shared.h.
Referenced by AfdPacketSocketWriteData(), AfdSendTo(), and WSPSendTo().
TDI_REQUEST_SEND_DATAGRAM _AFD_SEND_INFO_UDP::TdiRequest |