|
ReactOS 0.4.16-dev-2617-g01a0906
|

Public Attributes | |
| DWORD | IpAddress |
| union { | |
| DWORD Subnetmask | |
| USHORT Metric | |
| } | u |
| ULONG | NTEContext |
| struct tagIP_ADDR * | Next |
Definition at line 37 of file tcpipconf_notify.c.
| DWORD tagIP_ADDR::IpAddress |
Definition at line 39 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), INetCfgComponentControl_fnApplyPnpChanges(), InitializeTcpipBasicDlgCtrls(), and NameServersChanged().
| USHORT tagIP_ADDR::Metric |
Definition at line 43 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), and CreateMultiSzString().
| struct tagIP_ADDR* tagIP_ADDR::Next |
Definition at line 46 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), FreeSettings(), InitializeTcpipBasicDlgCtrls(), NameServersChanged(), StoreDNSSettings(), and StoreIPSettings().
| ULONG tagIP_ADDR::NTEContext |
Definition at line 45 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), and INetCfgComponentControl_fnApplyPnpChanges().
| DWORD tagIP_ADDR::Subnetmask |
Definition at line 42 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), INetCfgComponentControl_fnApplyPnpChanges(), and InitializeTcpipBasicDlgCtrls().
| union { ... } tagIP_ADDR::u |