ReactOS 0.4.15-dev-7961-gdcf9eb0
send_request Struct Reference

#include <winhttp_private.h>

Collaboration diagram for send_request:

Public Attributes

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

Detailed Description

Definition at line 228 of file winhttp_private.h.

Member Data Documentation

◆ context

DWORD_PTR send_request::context

Definition at line 236 of file winhttp_private.h.

Referenced by WinHttpSendRequest().

◆ hdr

struct task_header send_request::hdr

Definition at line 230 of file winhttp_private.h.

◆ headers

WCHAR* send_request::headers

Definition at line 231 of file winhttp_private.h.

◆ headers_len

DWORD send_request::headers_len

Definition at line 232 of file winhttp_private.h.

Referenced by WinHttpSendRequest().

◆ optional

void* send_request::optional

Definition at line 233 of file winhttp_private.h.

◆ optional_len

DWORD send_request::optional_len

Definition at line 234 of file winhttp_private.h.

Referenced by WinHttpSendRequest().

◆ total_len

DWORD send_request::total_len

Definition at line 235 of file winhttp_private.h.

Referenced by WinHttpSendRequest().


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