ReactOS 0.4.16-dev-2491-g3dc6630
socket_shutdown Struct Reference

#include <winhttp_private.h>

Collaboration diagram for socket_shutdown:

Public Attributes

struct task_header task_hdr
 
USHORT status
 
char reason [123]
 
DWORD len
 
BOOL send_callback
 
WSAOVERLAPPED ovr
 
BOOL complete_async
 

Detailed Description

Definition at line 395 of file winhttp_private.h.

Member Data Documentation

◆ complete_async

BOOL socket_shutdown::complete_async

Definition at line 403 of file winhttp_private.h.

Referenced by send_socket_shutdown().

◆ len

DWORD socket_shutdown::len

Definition at line 400 of file winhttp_private.h.

◆ ovr

WSAOVERLAPPED socket_shutdown::ovr

Definition at line 402 of file winhttp_private.h.

◆ reason

char socket_shutdown::reason[123]

Definition at line 399 of file winhttp_private.h.

◆ send_callback

BOOL socket_shutdown::send_callback

Definition at line 401 of file winhttp_private.h.

Referenced by send_socket_shutdown().

◆ status

USHORT socket_shutdown::status

Definition at line 398 of file winhttp_private.h.

Referenced by send_socket_shutdown().

◆ task_hdr

struct task_header socket_shutdown::task_hdr

Definition at line 397 of file winhttp_private.h.


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