|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>

Public Attributes | |
| AUTODIAL_FAMILY | Family |
| union { | |
| IN_ADDR Ip4Address | |
| CHAR IpxNode [6] | |
| CHAR NetBiosAddress [NETBIOS_NAME_LENGTH] | |
| CHAR HostName [INTERNET_MAX_PATH_LENGTH] | |
| }; | |
| union { ... } _AUTODIAL_ADDR::@585 |
| AUTODIAL_FAMILY _AUTODIAL_ADDR::Family |
Definition at line 55 of file precomp.h.
Referenced by WSAttemptAutodialAddr(), WSAttemptAutodialName(), and WSNoteSuccessfulHostentLookup().
| CHAR _AUTODIAL_ADDR::HostName[INTERNET_MAX_PATH_LENGTH] |
Definition at line 61 of file precomp.h.
Referenced by WSAttemptAutodialName(), and WSNoteSuccessfulHostentLookup().
| IN_ADDR _AUTODIAL_ADDR::Ip4Address |
Definition at line 58 of file precomp.h.
Referenced by WSAttemptAutodialAddr(), and WSAttemptAutodialName().
| CHAR _AUTODIAL_ADDR::NetBiosAddress[NETBIOS_NAME_LENGTH] |
Definition at line 60 of file precomp.h.
Referenced by WSAttemptAutodialAddr().