Struct windows_sys::Win32::Networking::HttpServer::HTTP_BYTE_RANGE
#[repr(C)]pub struct HTTP_BYTE_RANGE {
pub StartingOffset: u64,
pub Length: u64,
}Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§StartingOffset: u64§Length: u64