ReactOS 0.4.15-dev-7788-g1ad9096
_TDI_CONNECTION_INFORMATION Struct Reference

#include <tdi.h>

Collaboration diagram for _TDI_CONNECTION_INFORMATION:

Public Attributes

LONG UserDataLength
 
PVOID UserData
 
LONG OptionsLength
 
PVOID Options
 
LONG RemoteAddressLength
 
PVOID RemoteAddress
 

Detailed Description

Definition at line 39 of file tdi.h.

Member Data Documentation

◆ Options

PVOID _TDI_CONNECTION_INFORMATION::Options

Definition at line 43 of file tdi.h.

Referenced by TestTcpConnect().

◆ OptionsLength

LONG _TDI_CONNECTION_INFORMATION::OptionsLength

Definition at line 42 of file tdi.h.

Referenced by TdiBuildNullConnectionInfoInPlace(), and TestTcpConnect().

◆ RemoteAddress

◆ RemoteAddressLength

◆ UserData

PVOID _TDI_CONNECTION_INFORMATION::UserData

Definition at line 41 of file tdi.h.

Referenced by TestTcpConnect().

◆ UserDataLength

LONG _TDI_CONNECTION_INFORMATION::UserDataLength

Definition at line 40 of file tdi.h.

Referenced by TestTcpConnect().


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