ReactOS 0.4.15-dev-8064-gdaf8068
_IP_ADAPTER_INFO Struct Reference

#include <iptypes.h>

Collaboration diagram for _IP_ADAPTER_INFO:

Public Attributes

struct _IP_ADAPTER_INFONext
 
DWORD ComboIndex
 
char AdapterName [MAX_ADAPTER_NAME_LENGTH+4]
 
char Description [MAX_ADAPTER_DESCRIPTION_LENGTH+4]
 
UINT AddressLength
 
BYTE Address [MAX_ADAPTER_ADDRESS_LENGTH]
 
DWORD Index
 
UINT Type
 
UINT DhcpEnabled
 
PIP_ADDR_STRING CurrentIpAddress
 
IP_ADDR_STRING IpAddressList
 
IP_ADDR_STRING GatewayList
 
IP_ADDR_STRING DhcpServer
 
BOOL HaveWins
 
IP_ADDR_STRING PrimaryWinsServer
 
IP_ADDR_STRING SecondaryWinsServer
 
time_t LeaseObtained
 
time_t LeaseExpires
 

Detailed Description

Definition at line 52 of file iptypes.h.

Member Data Documentation

◆ AdapterName

◆ Address

BYTE _IP_ADAPTER_INFO::Address[MAX_ADAPTER_ADDRESS_LENGTH]

Definition at line 58 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ AddressLength

UINT _IP_ADAPTER_INFO::AddressLength

Definition at line 57 of file iptypes.h.

◆ ComboIndex

DWORD _IP_ADAPTER_INFO::ComboIndex

Definition at line 54 of file iptypes.h.

◆ CurrentIpAddress

PIP_ADDR_STRING _IP_ADAPTER_INFO::CurrentIpAddress

Definition at line 62 of file iptypes.h.

◆ Description

char _IP_ADAPTER_INFO::Description[MAX_ADAPTER_DESCRIPTION_LENGTH+4]

Definition at line 56 of file iptypes.h.

Referenced by PrintRoutes().

◆ DhcpEnabled

UINT _IP_ADAPTER_INFO::DhcpEnabled

Definition at line 61 of file iptypes.h.

Referenced by Initialize(), InitializePropertyDialog(), Release(), Renew(), and ShowInfo().

◆ DhcpServer

IP_ADDR_STRING _IP_ADAPTER_INFO::DhcpServer

Definition at line 65 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ GatewayList

IP_ADDR_STRING _IP_ADAPTER_INFO::GatewayList

◆ HaveWins

BOOL _IP_ADAPTER_INFO::HaveWins

Definition at line 66 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ Index

◆ IpAddressList

IP_ADDR_STRING _IP_ADAPTER_INFO::IpAddressList

◆ LeaseExpires

time_t _IP_ADAPTER_INFO::LeaseExpires

Definition at line 70 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ LeaseObtained

time_t _IP_ADAPTER_INFO::LeaseObtained

Definition at line 69 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ Next

◆ PrimaryWinsServer

IP_ADDR_STRING _IP_ADAPTER_INFO::PrimaryWinsServer

Definition at line 67 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ SecondaryWinsServer

IP_ADDR_STRING _IP_ADAPTER_INFO::SecondaryWinsServer

Definition at line 68 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ Type

UINT _IP_ADAPTER_INFO::Type

Definition at line 60 of file iptypes.h.

Referenced by PrintAdapterTypeAndName().


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