ReactOS 0.4.16-dev-2491-g3dc6630
send_request Struct Reference

#include <winhttp_private.h>

Collaboration diagram for send_request:

Public Attributes

struct task_header task_hdr
 
WCHARheaders
 
DWORD headers_len
 
voidoptional
 
DWORD optional_len
 
DWORD total_len
 
DWORD_PTR context
 

Detailed Description

Definition at line 340 of file winhttp_private.h.

Member Data Documentation

◆ context

DWORD_PTR send_request::context

Definition at line 348 of file winhttp_private.h.

Referenced by WinHttpSendRequest().

◆ headers

WCHAR* send_request::headers

Definition at line 343 of file winhttp_private.h.

◆ headers_len

DWORD send_request::headers_len

Definition at line 344 of file winhttp_private.h.

Referenced by WinHttpSendRequest().

◆ optional

void* send_request::optional

Definition at line 345 of file winhttp_private.h.

◆ optional_len

DWORD send_request::optional_len

Definition at line 346 of file winhttp_private.h.

Referenced by WinHttpSendRequest().

◆ task_hdr

struct task_header send_request::task_hdr

Definition at line 342 of file winhttp_private.h.

◆ total_len

DWORD send_request::total_len

Definition at line 347 of file winhttp_private.h.

Referenced by WinHttpSendRequest().


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