ReactOS 0.4.16-dev-91-g764881a
|
#include <winhttp_private.h>
Public Attributes | |
struct task_header | hdr |
WCHAR * | headers |
DWORD | headers_len |
void * | optional |
DWORD | optional_len |
DWORD | total_len |
DWORD_PTR | context |
Definition at line 228 of file winhttp_private.h.
DWORD_PTR send_request::context |
Definition at line 236 of file winhttp_private.h.
Referenced by WinHttpSendRequest().
struct task_header send_request::hdr |
Definition at line 230 of file winhttp_private.h.
WCHAR* send_request::headers |
Definition at line 231 of file winhttp_private.h.
DWORD send_request::headers_len |
Definition at line 232 of file winhttp_private.h.
Referenced by WinHttpSendRequest().
void* send_request::optional |
Definition at line 233 of file winhttp_private.h.
DWORD send_request::optional_len |
Definition at line 234 of file winhttp_private.h.
Referenced by WinHttpSendRequest().
DWORD send_request::total_len |
Definition at line 235 of file winhttp_private.h.
Referenced by WinHttpSendRequest().