Struct windows_sys::Win32::Networking::HttpServer::HTTP_PERFORMANCE_PARAM
#[repr(C)]pub struct HTTP_PERFORMANCE_PARAM {
pub Type: HTTP_PERFORMANCE_PARAM_TYPE,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§Type: HTTP_PERFORMANCE_PARAM_TYPE§BufferSize: u32§Buffer: *mut c_void