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

Public Attributes | |
| struct task_header | task_hdr |
| DWORD | status |
| void * | info |
| DWORD | buflen |
| union { | |
| WINHTTP_ASYNC_RESULT result | |
| DWORD count | |
| }; | |
Definition at line 327 of file winhttp_private.h.
| union { ... } send_callback::@635 |
| DWORD send_callback::buflen |
Definition at line 332 of file winhttp_private.h.
| DWORD send_callback::count |
Definition at line 336 of file winhttp_private.h.
| void* send_callback::info |
Definition at line 331 of file winhttp_private.h.
| WINHTTP_ASYNC_RESULT send_callback::result |
Definition at line 335 of file winhttp_private.h.
| DWORD send_callback::status |
Definition at line 330 of file winhttp_private.h.
| struct task_header send_callback::task_hdr |
Definition at line 329 of file winhttp_private.h.