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_NetworkManagement_Ndis", "Win32_Networking_WinSock"
Fields§
§Address: SOCKADDR_INET§InterfaceIndex: u32§InterfaceLuid: NET_LUID_LH§PhysicalAddress: [u8; 32]§PhysicalAddressLength: u32§State: NL_NEIGHBOR_STATE§Anonymous: MIB_IPNET_ROW2_0§ReachabilityTime: MIB_IPNET_ROW2_1