ReactOS 0.4.15-dev-7924-g5949c20
_WSASYNCBLOCK Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _WSASYNCBLOCK:

Public Attributes

LIST_ENTRY AsyncQueue
 
HANDLE TaskHandle
 
WSASYNCOPS Operation
 
union {
   struct {
      HWND   hWnd
 
      UINT   wMsg
 
      PCHAR   ByWhat
 
      DWORD   Length
 
      DWORD   Type
 
      PVOID   Buffer
 
      DWORD   BufferLength
 
   }   GetHost
 
   struct {
      HWND   hWnd
 
      UINT   wMsg
 
      PCHAR   ByWhat
 
      DWORD   Length
 
      PVOID   Buffer
 
      DWORD   BufferLength
 
   }   GetProto
 
   struct {
      HWND   hWnd
 
      UINT   wMsg
 
      PCHAR   ByWhat
 
      DWORD   Length
 
      PCHAR   Protocol
 
      PVOID   Buffer
 
      DWORD   BufferLength
 
   }   GetServ
 
}; 
 

Detailed Description

Definition at line 24 of file ws2_32p.h.

Member Data Documentation

◆ 

union { ... } _WSASYNCBLOCK::@602

◆ AsyncQueue

LIST_ENTRY _WSASYNCBLOCK::AsyncQueue

Definition at line 26 of file ws2_32p.h.

◆ Buffer

PVOID _WSASYNCBLOCK::Buffer

Definition at line 38 of file ws2_32p.h.

◆ BufferLength

DWORD _WSASYNCBLOCK::BufferLength

Definition at line 39 of file ws2_32p.h.

◆ ByWhat

PCHAR _WSASYNCBLOCK::ByWhat

Definition at line 35 of file ws2_32p.h.

◆ 

struct { ... } _WSASYNCBLOCK::GetHost

◆ 

struct { ... } _WSASYNCBLOCK::GetProto

◆ 

struct { ... } _WSASYNCBLOCK::GetServ

◆ hWnd

HWND _WSASYNCBLOCK::hWnd

Definition at line 33 of file ws2_32p.h.

◆ Length

DWORD _WSASYNCBLOCK::Length

Definition at line 36 of file ws2_32p.h.

◆ Operation

◆ Protocol

PCHAR _WSASYNCBLOCK::Protocol

Definition at line 56 of file ws2_32p.h.

◆ TaskHandle

◆ Type

DWORD _WSASYNCBLOCK::Type

Definition at line 37 of file ws2_32p.h.

◆ wMsg

UINT _WSASYNCBLOCK::wMsg

Definition at line 34 of file ws2_32p.h.


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