#[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_TYPEBufferSize: u32Buffer: *mut c_void