ReactOS 0.4.16-dev-2491-g3dc6630
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 681 of file ws2def.h.

Member Data Documentation

◆ ai_addr

struct sockaddr* addrinfoW::ai_addr

Definition at line 688 of file ws2def.h.

◆ ai_addrlen

size_t addrinfoW::ai_addrlen

Definition at line 686 of file ws2def.h.

◆ ai_canonname

PWSTR addrinfoW::ai_canonname

Definition at line 687 of file ws2def.h.

◆ ai_family

int addrinfoW::ai_family

Definition at line 683 of file ws2def.h.

Referenced by ResolveTarget().

◆ ai_flags

int addrinfoW::ai_flags

Definition at line 682 of file ws2def.h.

Referenced by ResolveTarget().

◆ ai_next

struct addrinfoW* addrinfoW::ai_next

Definition at line 689 of file ws2def.h.

Referenced by CloneAddrInfo().

◆ ai_protocol

int addrinfoW::ai_protocol

Definition at line 685 of file ws2def.h.

◆ ai_socktype

int addrinfoW::ai_socktype

Definition at line 684 of file ws2def.h.


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