Function windows_sys::Win32::Networking::HttpServer::HttpReadFragmentFromCache
pub unsafe extern "system" fn HttpReadFragmentFromCache(
requestqueuehandle: HANDLE,
urlprefix: PCWSTR,
byterange: *const HTTP_BYTE_RANGE,
buffer: *mut c_void,
bufferlength: u32,
bytesread: *mut u32,
overlapped: *const OVERLAPPED
) -> u32
Expand description
Required features: "Win32_Networking_HttpServer"
, "Win32_Foundation"
, "Win32_System_IO"