[][src]Function winapi::um::http::HttpSendHttpResponse

pub unsafe extern "system" fn HttpSendHttpResponse(
    ReqQueueHandle: HANDLE,
    RequestId: HTTP_REQUEST_ID,
    Flags: ULONG,
    pHttpResponse: PHTTP_RESPONSE,
    pCachePolicy: PHTTP_CACHE_POLICY,
    pBytesSent: PULONG,
    pReserved1: PVOID,
    Reserved2: ULONG,
    pOverlapped: LPOVERLAPPED,
    pLogData: PHTTP_LOG_DATA
) -> ULONG