Function windows_sys::Win32::Networking::HttpServer::HttpSetRequestQueueProperty
pub unsafe extern "system" fn HttpSetRequestQueueProperty(
requestqueuehandle: HANDLE,
property: HTTP_SERVER_PROPERTY,
propertyinformation: *const c_void,
propertyinformationlength: u32,
reserved1: u32,
reserved2: *mut c_void
) -> u32
Expand description
Required features: "Win32_Networking_HttpServer"
, "Win32_Foundation"