ReactOS 0.4.16-dev-319-g6cf4263
|
#include <ws2_32p.h>
Public Attributes | |
LONG | RefCount |
HANDLE | Handle |
PWSPROCESS | Process |
PTPROVIDER | Provider |
PTCATALOG_ENTRY | CatalogEntry |
BOOLEAN | Overlapped |
BOOLEAN | ApiSocket |
BOOLEAN | IsProvider |
BOOLEAN _WSSOCKET::ApiSocket |
Definition at line 202 of file ws2_32p.h.
Referenced by WsSockAddApiReference(), and WsSockFindIfsSocket().
PTCATALOG_ENTRY _WSSOCKET::CatalogEntry |
Definition at line 200 of file ws2_32p.h.
Referenced by WSAHtonl(), WSAHtons(), WSANtohl(), and WSANtohs().
HANDLE _WSSOCKET::Handle |
Definition at line 197 of file ws2_32p.h.
Referenced by WsProcDetachSocket().
BOOLEAN _WSSOCKET::IsProvider |
Definition at line 203 of file ws2_32p.h.
Referenced by closesocket(), and WsSockAssociateHandle().
BOOLEAN _WSSOCKET::Overlapped |
Definition at line 201 of file ws2_32p.h.
Referenced by WSAAccept(), WSAJoinLeaf(), and WsSockAllocate().
PWSPROCESS _WSSOCKET::Process |
PTPROVIDER _WSSOCKET::Provider |
Definition at line 199 of file ws2_32p.h.
Referenced by bind(), closesocket(), connect(), getpeername(), getsockname(), getsockopt(), listen(), recv(), recvfrom(), select(), send(), sendto(), setsockopt(), shutdown(), WSAAccept(), WSAAsyncSelect(), WSAConnect(), WSADuplicateSocketW(), WSAEnumNetworkEvents(), WSAEventSelect(), WSAGetOverlappedResult(), WSAGetQOSByName(), WSAIoctl(), WSAJoinLeaf(), WSARecv(), WSARecvDisconnect(), WSARecvFrom(), WSASend(), WSASendDisconnect(), WSASendTo(), and WsProcDetachSocket().
LONG _WSSOCKET::RefCount |
Definition at line 196 of file ws2_32p.h.
Referenced by WsSockAllocate().