Struct windows_sys::Win32::NetworkManagement::IpHelper::MIB_IPNET_ROW2
[−]#[repr(C)]pub struct MIB_IPNET_ROW2 {
pub Address: SOCKADDR_INET,
pub InterfaceIndex: u32,
pub InterfaceLuid: NET_LUID_LH,
pub PhysicalAddress: [u8; 32],
pub PhysicalAddressLength: u32,
pub State: NL_NEIGHBOR_STATE,
pub Anonymous: MIB_IPNET_ROW2_0,
pub ReachabilityTime: MIB_IPNET_ROW2_1,
}Expand description
Required features: ‘Win32_NetworkManagement_IpHelper’, ‘Win32_Foundation’, ‘Win32_Networking_WinSock’
Fields
Address: SOCKADDR_INETInterfaceIndex: u32InterfaceLuid: NET_LUID_LHPhysicalAddress: [u8; 32]PhysicalAddressLength: u32State: NL_NEIGHBOR_STATEAnonymous: MIB_IPNET_ROW2_0ReachabilityTime: MIB_IPNET_ROW2_1