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

Public Attributes | |
| struct task_header | task_hdr |
| USHORT | status |
| char | reason [123] |
| DWORD | len |
| BOOL | send_callback |
| WSAOVERLAPPED | ovr |
| BOOL | complete_async |
Definition at line 395 of file winhttp_private.h.
| BOOL socket_shutdown::complete_async |
Definition at line 403 of file winhttp_private.h.
Referenced by send_socket_shutdown().
| DWORD socket_shutdown::len |
Definition at line 400 of file winhttp_private.h.
| WSAOVERLAPPED socket_shutdown::ovr |
Definition at line 402 of file winhttp_private.h.
| char socket_shutdown::reason[123] |
Definition at line 399 of file winhttp_private.h.
| BOOL socket_shutdown::send_callback |
Definition at line 401 of file winhttp_private.h.
Referenced by send_socket_shutdown().
| USHORT socket_shutdown::status |
Definition at line 398 of file winhttp_private.h.
Referenced by send_socket_shutdown().
| struct task_header socket_shutdown::task_hdr |
Definition at line 397 of file winhttp_private.h.