|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winhttp_private.h>

Public Attributes | |
| struct task_header | task_hdr |
| WCHAR * | headers |
| DWORD | headers_len |
| void * | optional |
| DWORD | optional_len |
| DWORD | total_len |
| DWORD_PTR | context |
Definition at line 340 of file winhttp_private.h.
| DWORD_PTR send_request::context |
Definition at line 348 of file winhttp_private.h.
Referenced by WinHttpSendRequest().
| WCHAR* send_request::headers |
Definition at line 343 of file winhttp_private.h.
| DWORD send_request::headers_len |
Definition at line 344 of file winhttp_private.h.
Referenced by WinHttpSendRequest().
| void* send_request::optional |
Definition at line 345 of file winhttp_private.h.
| DWORD send_request::optional_len |
Definition at line 346 of file winhttp_private.h.
Referenced by WinHttpSendRequest().
| struct task_header send_request::task_hdr |
Definition at line 342 of file winhttp_private.h.
| DWORD send_request::total_len |
Definition at line 347 of file winhttp_private.h.
Referenced by WinHttpSendRequest().