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

Public Attributes | |
| struct task_header | task_hdr |
| WINHTTP_WEB_SOCKET_BUFFER_TYPE | type |
| const void * | buf |
| DWORD | len |
| WSAOVERLAPPED | ovr |
| BOOL | complete_async |
Definition at line 378 of file winhttp_private.h.
Definition at line 382 of file winhttp_private.h.
| BOOL socket_send::complete_async |
Definition at line 385 of file winhttp_private.h.
Referenced by socket_send_pong(), and WinHttpWebSocketSend().
| DWORD socket_send::len |
Definition at line 383 of file winhttp_private.h.
| WSAOVERLAPPED socket_send::ovr |
Definition at line 384 of file winhttp_private.h.
| struct task_header socket_send::task_hdr |
Definition at line 380 of file winhttp_private.h.
| WINHTTP_WEB_SOCKET_BUFFER_TYPE socket_send::type |
Definition at line 381 of file winhttp_private.h.