ReactOS 0.4.16-dev-2491-g3dc6630
socket_send Struct Reference

#include <winhttp_private.h>

Collaboration diagram for socket_send:

Public Attributes

struct task_header task_hdr
 
WINHTTP_WEB_SOCKET_BUFFER_TYPE type
 
const voidbuf
 
DWORD len
 
WSAOVERLAPPED ovr
 
BOOL complete_async
 

Detailed Description

Definition at line 378 of file winhttp_private.h.

Member Data Documentation

◆ buf

const void* socket_send::buf

Definition at line 382 of file winhttp_private.h.

◆ complete_async

BOOL socket_send::complete_async

Definition at line 385 of file winhttp_private.h.

Referenced by socket_send_pong(), and WinHttpWebSocketSend().

◆ len

DWORD socket_send::len

Definition at line 383 of file winhttp_private.h.

◆ ovr

WSAOVERLAPPED socket_send::ovr

Definition at line 384 of file winhttp_private.h.

◆ task_hdr

struct task_header socket_send::task_hdr

Definition at line 380 of file winhttp_private.h.

◆ type

WINHTTP_WEB_SOCKET_BUFFER_TYPE socket_send::type

Definition at line 381 of file winhttp_private.h.


The documentation for this struct was generated from the following file: