Struct windows_sys::Win32::Networking::HttpServer::HTTP_UNKNOWN_HEADER
#[repr(C)]pub struct HTTP_UNKNOWN_HEADER {
pub NameLength: u16,
pub RawValueLength: u16,
pub pName: PCSTR,
pub pRawValue: PCSTR,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§NameLength: u16
§RawValueLength: u16
§pName: PCSTR
§pRawValue: PCSTR