ReactOS 0.4.17-dev-7-g62537b3
_AdapterSettings Struct Reference
Collaboration diagram for _AdapterSettings:

Public Attributes

struct _AdapterSettingspPrev
 
struct _AdapterSettingspNext
 
WCHAR AdapterName [45]
 
DWORD Index
 
IP_ADDROldIp
 
IP_ADDRNewIp
 
IP_ADDROldGw
 
IP_ADDRNewGw
 
IP_ADDROldNs
 
IP_ADDRNewNs
 
UINT OldDhcpEnabled
 
UINT NewDhcpEnabled
 
UINT DnsDhcpEnabled
 
DWORD OldMetric
 
DWORD NewMetric
 
DWORD OldRegisterAdapterName
 
DWORD NewRegisterAdapterName
 
DWORD OldRegistrationEnabled
 
DWORD NewRegistrationEnabled
 
WCHAR szDomain [100]
 
LPWSTR szTCPAllowedPorts
 
LPWSTR szUDPAllowedPorts
 
LPWSTR szRawIPAllowedProtocols
 
DWORD TCPSize
 
DWORD UDPSize
 
DWORD RawIPSize
 
AlternateConfiguration AltConfig
 

Detailed Description

Definition at line 59 of file tcpipconf_notify.c.

Member Data Documentation

◆ AdapterName

◆ AltConfig

AlternateConfiguration _AdapterSettings::AltConfig

Definition at line 94 of file tcpipconf_notify.c.

Referenced by LoadAdapterSettings().

◆ DnsDhcpEnabled

UINT _AdapterSettings::DnsDhcpEnabled

Definition at line 76 of file tcpipconf_notify.c.

Referenced by LoadAdapterSettings().

◆ Index

DWORD _AdapterSettings::Index

◆ NewDhcpEnabled

◆ NewGw

◆ NewIp

◆ NewMetric

DWORD _AdapterSettings::NewMetric

◆ NewNs

◆ NewRegisterAdapterName

DWORD _AdapterSettings::NewRegisterAdapterName

◆ NewRegistrationEnabled

DWORD _AdapterSettings::NewRegistrationEnabled

◆ OldDhcpEnabled

◆ OldGw

IP_ADDR* _AdapterSettings::OldGw

Definition at line 69 of file tcpipconf_notify.c.

Referenced by FreeSettings(), GatewaysChanged(), and LoadAdapterSettings().

◆ OldIp

◆ OldMetric

DWORD _AdapterSettings::OldMetric

◆ OldNs

IP_ADDR* _AdapterSettings::OldNs

Definition at line 71 of file tcpipconf_notify.c.

Referenced by FreeSettings(), NameServersChanged(), and ParseNameServer().

◆ OldRegisterAdapterName

DWORD _AdapterSettings::OldRegisterAdapterName

◆ OldRegistrationEnabled

DWORD _AdapterSettings::OldRegistrationEnabled

◆ pNext

◆ pPrev

struct _AdapterSettings* _AdapterSettings::pPrev

Definition at line 61 of file tcpipconf_notify.c.

Referenced by LoadAdapterSettings().

◆ RawIPSize

DWORD _AdapterSettings::RawIPSize

Definition at line 92 of file tcpipconf_notify.c.

Referenced by LoadAdapterSettings().

◆ szDomain

WCHAR _AdapterSettings::szDomain[100]

◆ szRawIPAllowedProtocols

LPWSTR _AdapterSettings::szRawIPAllowedProtocols

Definition at line 89 of file tcpipconf_notify.c.

Referenced by FreeSettings(), LoadAdapterSettings(), and TcpipFilterSettingsDlg().

◆ szTCPAllowedPorts

LPWSTR _AdapterSettings::szTCPAllowedPorts

Definition at line 87 of file tcpipconf_notify.c.

Referenced by FreeSettings(), LoadAdapterSettings(), and TcpipFilterSettingsDlg().

◆ szUDPAllowedPorts

LPWSTR _AdapterSettings::szUDPAllowedPorts

Definition at line 88 of file tcpipconf_notify.c.

Referenced by FreeSettings(), LoadAdapterSettings(), and TcpipFilterSettingsDlg().

◆ TCPSize

DWORD _AdapterSettings::TCPSize

Definition at line 90 of file tcpipconf_notify.c.

Referenced by LoadAdapterSettings().

◆ UDPSize

DWORD _AdapterSettings::UDPSize

Definition at line 91 of file tcpipconf_notify.c.

Referenced by LoadAdapterSettings().


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