ReactOS 0.4.15-dev-7918-g2a2556c
_AFD_RECV_INFO_UDP Struct Reference

#include <shared.h>

Collaboration diagram for _AFD_RECV_INFO_UDP:

Public Attributes

PAFD_WSABUF BufferArray
 
ULONG BufferCount
 
ULONG AfdFlags
 
ULONG TdiFlags
 
PVOID Address
 
PINT AddressLength
 

Detailed Description

Definition at line 91 of file shared.h.

Member Data Documentation

◆ Address

PVOID _AFD_RECV_INFO_UDP::Address

Definition at line 96 of file shared.h.

Referenced by AfdPacketSocketReadData(), and WSPRecvFrom().

◆ AddressLength

PINT _AFD_RECV_INFO_UDP::AddressLength

Definition at line 97 of file shared.h.

Referenced by AfdPacketSocketReadData(), and WSPRecvFrom().

◆ AfdFlags

ULONG _AFD_RECV_INFO_UDP::AfdFlags

Definition at line 94 of file shared.h.

Referenced by AfdPacketSocketReadData(), and WSPRecvFrom().

◆ BufferArray

PAFD_WSABUF _AFD_RECV_INFO_UDP::BufferArray

Definition at line 92 of file shared.h.

Referenced by AfdPacketSocketReadData(), and WSPRecvFrom().

◆ BufferCount

ULONG _AFD_RECV_INFO_UDP::BufferCount

Definition at line 93 of file shared.h.

Referenced by AfdPacketSocketReadData(), and WSPRecvFrom().

◆ TdiFlags

ULONG _AFD_RECV_INFO_UDP::TdiFlags

Definition at line 95 of file shared.h.

Referenced by AfdPacketSocketReadData(), and WSPRecvFrom().


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