NAME

HttpSendResponseEntityBody  (HTTPAPI.@)

SYNOPSIS

 ULONG HttpSendResponseEntityBody
 (
  HANDLE           queue,
  HTTP_REQUEST_ID  id,
  ULONG            flags,
  USHORT           entity_chunk_count,
  PHTTP_DATA_CHUNK entity_chunks,
  ULONG*           ret_size,
  void*            reserved1,
  ULONG            reserved2,
  OVERLAPPED*      ovl,
  HTTP_LOG_DATA*   log_data
 )

DESCRIPTION

Sends entity-body data for a response.

PARAMS

queue [In] The request queue handle.
id [In] The Id of the request to which this response corresponds.
flags [In] Flags to control the response.
entity_chunk_count [In] The number of entities pointed to by entity_chunks.
entity_chunks [In] The entities to be sent.
ret_size [Out] The number of bytes sent.
reserved1 [In] Reserved, must be NULL.
reserved2 [In] Reserved, must be zero.
ovl [In] Must be set to an OVERLAP pointer when making async calls.
log_data [In] Optional log data structure for logging the call.

RETURNS

NO_ERROR on success, or an error code on failure.

IMPLEMENTATION

Declared in "include/http.h". gitlab.winehq.org/wine/wine/blob/master/include/http.h

Implemented in "dlls/httpapi/httpapi_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/httpapi/httpapi_main.c

Debug channel "http".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.