ReactOS 0.4.16-dev-1946-g52006dd
_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 41 of file iptypes.h.

Member Data Documentation

◆ AdapterName

char _IP_ADAPTER_INFO::AdapterName

◆ Address

BYTE _IP_ADAPTER_INFO::Address

Definition at line 47 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ AddressLength

UINT _IP_ADAPTER_INFO::AddressLength

Definition at line 46 of file iptypes.h.

◆ ComboIndex

DWORD _IP_ADAPTER_INFO::ComboIndex

Definition at line 43 of file iptypes.h.

◆ CurrentIpAddress

PIP_ADDR_STRING _IP_ADAPTER_INFO::CurrentIpAddress

Definition at line 51 of file iptypes.h.

◆ Description

char _IP_ADAPTER_INFO::Description

Definition at line 45 of file iptypes.h.

◆ DhcpEnabled

UINT _IP_ADAPTER_INFO::DhcpEnabled

Definition at line 50 of file iptypes.h.

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

◆ DhcpServer

IP_ADDR_STRING _IP_ADAPTER_INFO::DhcpServer

Definition at line 54 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 55 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 59 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ LeaseObtained

time_t _IP_ADAPTER_INFO::LeaseObtained

Definition at line 58 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ Next

◆ PrimaryWinsServer

IP_ADDR_STRING _IP_ADAPTER_INFO::PrimaryWinsServer

Definition at line 56 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ SecondaryWinsServer

IP_ADDR_STRING _IP_ADAPTER_INFO::SecondaryWinsServer

Definition at line 57 of file iptypes.h.

Referenced by LANStatusUiDetailsDlg(), and ShowInfo().

◆ Type

UINT _IP_ADAPTER_INFO::Type

Definition at line 49 of file iptypes.h.

Referenced by PrintAdapterTypeAndName().


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