ReactOS 0.4.15-dev-7968-g24a56f8
_WSTHREAD Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _WSTHREAD:

Public Attributes

PWSPROCESS Process
 
WSATHREADID WahThreadId
 
HANDLE AsyncHelper
 
LPWSPCANCELBLOCKINGCALL CancelBlockingCall
 
LPBLOCKINGCALLBACK BlockingCallback
 
FARPROC BlockingHook
 
BOOLEAN Blocking
 
BOOLEAN Cancelled
 
CHAR Buffer [32]
 
PCHAR Hostent
 
PCHAR Servent
 
DWORD HostentSize
 
DWORD ServentSize
 
DWORD OpenType
 
PVOID ProtocolInfo
 

Detailed Description

Definition at line 175 of file ws2_32p.h.

Member Data Documentation

◆ AsyncHelper

HANDLE _WSTHREAD::AsyncHelper

Definition at line 179 of file ws2_32p.h.

◆ Blocking

BOOLEAN _WSTHREAD::Blocking

Definition at line 183 of file ws2_32p.h.

◆ BlockingCallback

LPBLOCKINGCALLBACK _WSTHREAD::BlockingCallback

Definition at line 181 of file ws2_32p.h.

◆ BlockingHook

FARPROC _WSTHREAD::BlockingHook

Definition at line 182 of file ws2_32p.h.

◆ Buffer

CHAR _WSTHREAD::Buffer[32]

Definition at line 185 of file ws2_32p.h.

◆ CancelBlockingCall

LPWSPCANCELBLOCKINGCALL _WSTHREAD::CancelBlockingCall

Definition at line 180 of file ws2_32p.h.

◆ Cancelled

BOOLEAN _WSTHREAD::Cancelled

Definition at line 184 of file ws2_32p.h.

◆ Hostent

PCHAR _WSTHREAD::Hostent

Definition at line 186 of file ws2_32p.h.

◆ HostentSize

DWORD _WSTHREAD::HostentSize

Definition at line 188 of file ws2_32p.h.

◆ OpenType

DWORD _WSTHREAD::OpenType

Definition at line 190 of file ws2_32p.h.

Referenced by WsSockInitialize().

◆ Process

PWSPROCESS _WSTHREAD::Process

Definition at line 177 of file ws2_32p.h.

◆ ProtocolInfo

PVOID _WSTHREAD::ProtocolInfo

Definition at line 191 of file ws2_32p.h.

◆ Servent

PCHAR _WSTHREAD::Servent

Definition at line 187 of file ws2_32p.h.

◆ ServentSize

DWORD _WSTHREAD::ServentSize

Definition at line 189 of file ws2_32p.h.

◆ WahThreadId

WSATHREADID _WSTHREAD::WahThreadId

Definition at line 178 of file ws2_32p.h.


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