|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Public Attributes | |
| DWORD | IpAddress |
| union { | |
| DWORD SubnetMask | |
| USHORT Metric | |
| } | u |
| ULONG | NTEContext |
| struct tagIP_ADDR * | Next |
Definition at line 24 of file tcpipconf_notify.c.
| DWORD tagIP_ADDR::IpAddress |
Definition at line 26 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), GatewaysChanged(), INetCfgComponentControl_fnApplyPnpChanges(), IpAddressesChanged(), NameServersChanged(), and ParseNameServer().
| USHORT tagIP_ADDR::Metric |
Definition at line 30 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), and GatewaysChanged().
| struct tagIP_ADDR* tagIP_ADDR::Next |
Definition at line 33 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), FreeSettings(), GatewaysChanged(), IpAddressesChanged(), NameServersChanged(), ParseNameServer(), StoreDNSSettings(), and StoreIPSettings().
| ULONG tagIP_ADDR::NTEContext |
Definition at line 32 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), and INetCfgComponentControl_fnApplyPnpChanges().
| DWORD tagIP_ADDR::SubnetMask |
Definition at line 29 of file tcpipconf_notify.c.
Referenced by CopyIpAddrString(), CreateMultiSzString(), INetCfgComponentControl_fnApplyPnpChanges(), and IpAddressesChanged().
| union { ... } tagIP_ADDR::u |