ReactOS 0.4.15-dev-7953-g1f49173
_AUTODIAL_ADDR Struct Reference

#include <precomp.h>

Collaboration diagram for _AUTODIAL_ADDR:

Public Attributes

AUTODIAL_FAMILY Family
 
union {
   IN_ADDR   Ip4Address
 
   CHAR   IpxNode [6]
 
   CHAR   NetBiosAddress [NETBIOS_NAME_LENGTH]
 
   CHAR   HostName [INTERNET_MAX_PATH_LENGTH]
 
}; 
 

Detailed Description

Definition at line 53 of file precomp.h.

Member Data Documentation

◆ 

union { ... } _AUTODIAL_ADDR::@533

◆ Family

AUTODIAL_FAMILY _AUTODIAL_ADDR::Family

◆ HostName

CHAR _AUTODIAL_ADDR::HostName[INTERNET_MAX_PATH_LENGTH]

Definition at line 61 of file precomp.h.

Referenced by WSAttemptAutodialName(), and WSNoteSuccessfulHostentLookup().

◆ Ip4Address

IN_ADDR _AUTODIAL_ADDR::Ip4Address

Definition at line 58 of file precomp.h.

Referenced by WSAttemptAutodialAddr(), and WSAttemptAutodialName().

◆ IpxNode

CHAR _AUTODIAL_ADDR::IpxNode[6]

Definition at line 59 of file precomp.h.

◆ NetBiosAddress

CHAR _AUTODIAL_ADDR::NetBiosAddress[NETBIOS_NAME_LENGTH]

Definition at line 60 of file precomp.h.

Referenced by WSAttemptAutodialAddr().


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