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

pub unsafe extern "system" fn HttpSendResponseEntityBody(
    ReqQueueHandle: HANDLE,
    RequestId: HTTP_REQUEST_ID,
    Flags: ULONG,
    EntityChunkCount: USHORT,
    pEntityChunks: PHTTP_DATA_CHUNK,
    pBytesSent: PULONG,
    pReserved1: PVOID,
    Reserved2: ULONG,
    pOverlapped: LPOVERLAPPED,
    pLogData: PHTTP_LOG_DATA
) -> ULONG