ReactOS 0.4.15-dev-7961-gdcf9eb0
_WSPROCESS Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _WSPROCESS:

Public Attributes

LONG RefCount
 
HANDLE ApcHelper
 
HANDLE HandleHelper
 
HANDLE NotificationHelper
 
PTCATALOG ProtocolCatalog
 
PNSCATALOG NamespaceCatalog
 
HANDLE ProtocolCatalogEvent
 
HANDLE NamespaceCatalogEvent
 
DWORD Version
 
BOOLEAN LockReady
 
CRITICAL_SECTION ThreadLock
 

Detailed Description

Definition at line 160 of file ws2_32p.h.

Member Data Documentation

◆ ApcHelper

HANDLE _WSPROCESS::ApcHelper

Definition at line 163 of file ws2_32p.h.

◆ HandleHelper

HANDLE _WSPROCESS::HandleHelper

Definition at line 164 of file ws2_32p.h.

◆ LockReady

BOOLEAN _WSPROCESS::LockReady

Definition at line 171 of file ws2_32p.h.

◆ NamespaceCatalog

PNSCATALOG _WSPROCESS::NamespaceCatalog

Definition at line 167 of file ws2_32p.h.

◆ NamespaceCatalogEvent

HANDLE _WSPROCESS::NamespaceCatalogEvent

Definition at line 169 of file ws2_32p.h.

◆ NotificationHelper

HANDLE _WSPROCESS::NotificationHelper

Definition at line 165 of file ws2_32p.h.

◆ ProtocolCatalog

PTCATALOG _WSPROCESS::ProtocolCatalog

Definition at line 166 of file ws2_32p.h.

◆ ProtocolCatalogEvent

HANDLE _WSPROCESS::ProtocolCatalogEvent

Definition at line 168 of file ws2_32p.h.

◆ RefCount

LONG _WSPROCESS::RefCount

Definition at line 162 of file ws2_32p.h.

Referenced by WSAStartup().

◆ ThreadLock

CRITICAL_SECTION _WSPROCESS::ThreadLock

Definition at line 172 of file ws2_32p.h.

◆ Version

DWORD _WSPROCESS::Version

Definition at line 170 of file ws2_32p.h.


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