ReactOS 0.4.15-dev-7961-gdcf9eb0
sockaddr_storage Struct Reference

#include <ws2def.h>

Public Attributes

ADDRESS_FAMILY ss_family
 
CHAR __ss_pad1 [_SS_PAD1SIZE]
 
__int64 __ss_align
 
CHAR __ss_pad2 [_SS_PAD2SIZE]
 

Detailed Description

Definition at line 399 of file ws2def.h.

Member Data Documentation

◆ __ss_align

__int64 sockaddr_storage::__ss_align

Definition at line 402 of file ws2def.h.

◆ __ss_pad1

CHAR sockaddr_storage::__ss_pad1[_SS_PAD1SIZE]

Definition at line 401 of file ws2def.h.

◆ __ss_pad2

CHAR sockaddr_storage::__ss_pad2[_SS_PAD2SIZE]

Definition at line 403 of file ws2def.h.

◆ ss_family

ADDRESS_FAMILY sockaddr_storage::ss_family

Definition at line 400 of file ws2def.h.

Referenced by InternetCheckConnectionW().


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