Struct windows_sys::Win32::Networking::HttpServer::HTTP_UNKNOWN_HEADER
[−]#[repr(C)]pub struct HTTP_UNKNOWN_HEADER {
pub NameLength: u16,
pub RawValueLength: u16,
pub pName: PSTR,
pub pRawValue: PSTR,
}Expand description
Required features: ‘Win32_Networking_HttpServer’, ‘Win32_Foundation’
Fields
NameLength: u16RawValueLength: u16pName: PSTRpRawValue: PSTR