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

Public Attributes

PIRP UserIrp
 
PWSK_SOCKET_INTERNAL socket
 
PTDI_CONNECTION_INFORMATION TargetConnectionInfo
 
PTDI_CONNECTION_INFORMATION PeerAddrRet
 

Detailed Description

Definition at line 128 of file netio.c.

Member Data Documentation

◆ PeerAddrRet

PTDI_CONNECTION_INFORMATION _NETIO_CONTEXT::PeerAddrRet

Definition at line 133 of file netio.c.

Referenced by WskConnect(), WskSendTo(), and WskStreamIo().

◆ socket

PWSK_SOCKET_INTERNAL _NETIO_CONTEXT::socket

Definition at line 131 of file netio.c.

Referenced by WskConnect(), WskSendTo(), and WskStreamIo().

◆ TargetConnectionInfo

PTDI_CONNECTION_INFORMATION _NETIO_CONTEXT::TargetConnectionInfo

Definition at line 132 of file netio.c.

Referenced by WskConnect(), WskSendTo(), and WskStreamIo().

◆ UserIrp

PIRP _NETIO_CONTEXT::UserIrp

Definition at line 130 of file netio.c.

Referenced by WskConnect(), WskSendTo(), and WskStreamIo().


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