Struct windows_sys::Win32::Networking::HttpServer::HTTP_RESPONSE_INFO
#[repr(C)]pub struct HTTP_RESPONSE_INFO {
pub Type: HTTP_RESPONSE_INFO_TYPE,
pub Length: u32,
pub pInfo: *mut c_void,
}
Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§Type: HTTP_RESPONSE_INFO_TYPE
§Length: u32
§pInfo: *mut c_void