#[repr(C)]pub struct MCAST_LEASE_RESPONSE {
pub LeaseStartTime: i32,
pub LeaseEndTime: i32,
pub ServerAddress: IPNG_ADDRESS,
pub AddrCount: u16,
pub pAddrBuf: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_Multicast"
Fields§
§LeaseStartTime: i32
§LeaseEndTime: i32
§ServerAddress: IPNG_ADDRESS
§AddrCount: u16
§pAddrBuf: *mut u8