ReactOS 0.4.16-dev-1946-g52006dd
_LISTEN_CONTEXT Struct Reference
Collaboration diagram for _LISTEN_CONTEXT:

Public Attributes

PWSK_SOCKET_INTERNAL ListenSocket
 
PWSK_SOCKET_INTERNAL AcceptSocket
 
PTDI_CONNECTION_INFORMATION RequestConnectionInfo
 
PTDI_CONNECTION_INFORMATION ReturnConnectionInfo
 

Detailed Description

Definition at line 406 of file netio.c.

Member Data Documentation

◆ AcceptSocket

PWSK_SOCKET_INTERNAL _LISTEN_CONTEXT::AcceptSocket

Definition at line 409 of file netio.c.

Referenced by ListenComplete(), and StartListening().

◆ ListenSocket

PWSK_SOCKET_INTERNAL _LISTEN_CONTEXT::ListenSocket

Definition at line 408 of file netio.c.

Referenced by ListenComplete(), and StartListening().

◆ RequestConnectionInfo

PTDI_CONNECTION_INFORMATION _LISTEN_CONTEXT::RequestConnectionInfo

Definition at line 410 of file netio.c.

Referenced by ListenComplete(), and StartListening().

◆ ReturnConnectionInfo

PTDI_CONNECTION_INFORMATION _LISTEN_CONTEXT::ReturnConnectionInfo

Definition at line 410 of file netio.c.

Referenced by ListenComplete(), and StartListening().


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