ReactOS 0.4.15-dev-7918-g2a2556c
send_request_task_t Struct Reference
Collaboration diagram for send_request_task_t:

Public Attributes

task_header_t hdr
 
WCHARheaders
 
DWORD headers_len
 
voidoptional
 
DWORD optional_len
 
DWORD content_len
 
BOOL end_request
 

Detailed Description

Definition at line 5240 of file http.c.

Member Data Documentation

◆ content_len

DWORD send_request_task_t::content_len

Definition at line 5246 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().

◆ end_request

BOOL send_request_task_t::end_request

Definition at line 5247 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().

◆ hdr

task_header_t send_request_task_t::hdr

Definition at line 5241 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().

◆ headers

WCHAR* send_request_task_t::headers

Definition at line 5242 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().

◆ headers_len

DWORD send_request_task_t::headers_len

Definition at line 5243 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().

◆ optional

void* send_request_task_t::optional

Definition at line 5244 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().

◆ optional_len

DWORD send_request_task_t::optional_len

Definition at line 5245 of file http.c.

Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().


The documentation for this struct was generated from the following file: