ReactOS 0.4.15-dev-7953-g1f49173
_WSSOCKET Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _WSSOCKET:

Public Attributes

LONG RefCount
 
HANDLE Handle
 
PWSPROCESS Process
 
PTPROVIDER Provider
 
PTCATALOG_ENTRY CatalogEntry
 
BOOLEAN Overlapped
 
BOOLEAN ApiSocket
 
BOOLEAN IsProvider
 

Detailed Description

Definition at line 194 of file ws2_32p.h.

Member Data Documentation

◆ ApiSocket

BOOLEAN _WSSOCKET::ApiSocket

Definition at line 202 of file ws2_32p.h.

Referenced by WsSockAddApiReference(), and WsSockFindIfsSocket().

◆ CatalogEntry

PTCATALOG_ENTRY _WSSOCKET::CatalogEntry

Definition at line 200 of file ws2_32p.h.

Referenced by WSAHtonl(), WSAHtons(), WSANtohl(), and WSANtohs().

◆ Handle

HANDLE _WSSOCKET::Handle

Definition at line 197 of file ws2_32p.h.

Referenced by WsProcDetachSocket().

◆ IsProvider

BOOLEAN _WSSOCKET::IsProvider

Definition at line 203 of file ws2_32p.h.

Referenced by closesocket(), and WsSockAssociateHandle().

◆ Overlapped

BOOLEAN _WSSOCKET::Overlapped

Definition at line 201 of file ws2_32p.h.

Referenced by WSAAccept(), WSAJoinLeaf(), and WsSockAllocate().

◆ Process

PWSPROCESS _WSSOCKET::Process

Definition at line 198 of file ws2_32p.h.

◆ Provider

◆ RefCount

LONG _WSSOCKET::RefCount

Definition at line 196 of file ws2_32p.h.

Referenced by WsSockAllocate().


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