|
ReactOS 0.4.17-dev-470-gf9e3448
|

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 CreateMultiSzString(), GatewaysChanged(), INetCfgComponentControl_fnApplyPnpChanges(), IpAddressesChanged(), ITcpipProperties_fnUnknown2(), LoadAddressSetings(), LoadGatewaySettings(), LoadNameServerSettings(), and NameServersChanged().
| USHORT tagIP_ADDR::Metric |
Definition at line 30 of file tcpipconf_notify.c.
Referenced by CreateMultiSzString(), GatewaysChanged(), ITcpipProperties_fnUnknown2(), and LoadGatewaySettings().
| struct tagIP_ADDR* tagIP_ADDR::Next |
Definition at line 33 of file tcpipconf_notify.c.
Referenced by CreateMultiSzString(), FreeSettings(), GatewaysChanged(), IpAddressesChanged(), LoadAddressSetings(), LoadGatewaySettings(), LoadNameServerSettings(), NameServersChanged(), StoreDNSSettings(), and StoreIPSettings().
| ULONG tagIP_ADDR::NTEContext |
Definition at line 32 of file tcpipconf_notify.c.
Referenced by INetCfgComponentControl_fnApplyPnpChanges().
| DWORD tagIP_ADDR::SubnetMask |
Definition at line 29 of file tcpipconf_notify.c.
Referenced by CreateMultiSzString(), INetCfgComponentControl_fnApplyPnpChanges(), IpAddressesChanged(), ITcpipProperties_fnUnknown2(), and LoadAddressSetings().
| union { ... } tagIP_ADDR::u |