ReactOS 0.4.15-dev-7961-gdcf9eb0
addrinfoW Struct Reference

#include <ws2def.h>

Collaboration diagram for addrinfoW:

Public Attributes

int ai_flags
 
int ai_family
 
int ai_socktype
 
int ai_protocol
 
size_t ai_addrlen
 
PWSTR ai_canonname
 
struct sockaddrai_addr
 
struct addrinfoWai_next
 

Detailed Description

Definition at line 675 of file ws2def.h.

Member Data Documentation

◆ ai_addr

struct sockaddr* addrinfoW::ai_addr

Definition at line 682 of file ws2def.h.

Referenced by CloneAddrInfo().

◆ ai_addrlen

size_t addrinfoW::ai_addrlen

Definition at line 680 of file ws2def.h.

◆ ai_canonname

PWSTR addrinfoW::ai_canonname

Definition at line 681 of file ws2def.h.

◆ ai_family

int addrinfoW::ai_family

Definition at line 677 of file ws2def.h.

Referenced by ResolveTarget().

◆ ai_flags

int addrinfoW::ai_flags

Definition at line 676 of file ws2def.h.

Referenced by ResolveTarget().

◆ ai_next

struct addrinfoW* addrinfoW::ai_next

Definition at line 683 of file ws2def.h.

Referenced by CloneAddrInfo().

◆ ai_protocol

int addrinfoW::ai_protocol

Definition at line 679 of file ws2def.h.

Referenced by CloneAddrInfo().

◆ ai_socktype

int addrinfoW::ai_socktype

Definition at line 678 of file ws2def.h.


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