ReactOS 0.4.15-dev-7788-g1ad9096
_TDI_REQUEST Struct Reference

#include <tdi.h>

Collaboration diagram for _TDI_REQUEST:

Public Attributes

union {
   HANDLE   AddressHandle
 
   CONNECTION_CONTEXT   ConnectionContext
 
   HANDLE   ControlChannel
 
Handle
 
PVOID RequestNotifyObject
 
PVOID RequestContext
 
TDI_STATUS TdiStatus
 

Detailed Description

Definition at line 48 of file tdi.h.

Member Data Documentation

◆ AddressHandle

HANDLE _TDI_REQUEST::AddressHandle

Definition at line 50 of file tdi.h.

Referenced by DispEchoRequest().

◆ ConnectionContext

CONNECTION_CONTEXT _TDI_REQUEST::ConnectionContext

Definition at line 51 of file tdi.h.

◆ ControlChannel

HANDLE _TDI_REQUEST::ControlChannel

Definition at line 52 of file tdi.h.

◆ 

union { ... } _TDI_REQUEST::Handle

Referenced by DispEchoRequest().

◆ RequestContext

◆ RequestNotifyObject

PVOID _TDI_REQUEST::RequestNotifyObject

◆ TdiStatus

TDI_STATUS _TDI_REQUEST::TdiStatus

Definition at line 56 of file tdi.h.


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