Struct windows_sys::Win32::NetworkManagement::IpHelper::ICMP_ECHO_REPLY32
#[repr(C)]pub struct ICMP_ECHO_REPLY32 {
pub Address: u32,
pub Status: u32,
pub RoundTripTime: u32,
pub DataSize: u16,
pub Reserved: u16,
pub Data: *mut c_void,
pub Options: IP_OPTION_INFORMATION32,
}Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields§
§Address: u32§Status: u32§RoundTripTime: u32§DataSize: u16§Reserved: u16§Data: *mut c_void§Options: IP_OPTION_INFORMATION32