Struct windows_sys::Win32::NetworkManagement::IpHelper::IP_ADAPTER_INFO
[−]#[repr(C)]pub struct IP_ADAPTER_INFO {Show 18 fields
pub Next: *mut IP_ADAPTER_INFO,
pub ComboIndex: u32,
pub AdapterName: [CHAR; 260],
pub Description: [CHAR; 132],
pub AddressLength: u32,
pub Address: [u8; 8],
pub Index: u32,
pub Type: u32,
pub DhcpEnabled: u32,
pub CurrentIpAddress: *mut IP_ADDR_STRING,
pub IpAddressList: IP_ADDR_STRING,
pub GatewayList: IP_ADDR_STRING,
pub DhcpServer: IP_ADDR_STRING,
pub HaveWins: BOOL,
pub PrimaryWinsServer: IP_ADDR_STRING,
pub SecondaryWinsServer: IP_ADDR_STRING,
pub LeaseObtained: i64,
pub LeaseExpires: i64,
}Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’, ‘Win32_Foundation’
Fields
Next: *mut IP_ADAPTER_INFOComboIndex: u32AdapterName: [CHAR; 260]Description: [CHAR; 132]AddressLength: u32Address: [u8; 8]Index: u32Type: u32DhcpEnabled: u32CurrentIpAddress: *mut IP_ADDR_STRINGIpAddressList: IP_ADDR_STRINGGatewayList: IP_ADDR_STRINGDhcpServer: IP_ADDR_STRINGHaveWins: BOOLPrimaryWinsServer: IP_ADDR_STRINGSecondaryWinsServer: IP_ADDR_STRINGLeaseObtained: i64LeaseExpires: i64