ReactOS 0.4.15-dev-7842-g558ab78
_TDI_REQUEST_KERNEL Struct Reference

#include <tdikrnl.h>

Collaboration diagram for _TDI_REQUEST_KERNEL:

Public Attributes

ULONG RequestFlags
 
PTDI_CONNECTION_INFORMATION RequestConnectionInformation
 
PTDI_CONNECTION_INFORMATION ReturnConnectionInformation
 
PVOID RequestSpecific
 

Detailed Description

Definition at line 39 of file tdikrnl.h.

Member Data Documentation

◆ RequestConnectionInformation

PTDI_CONNECTION_INFORMATION _TDI_REQUEST_KERNEL::RequestConnectionInformation

Definition at line 41 of file tdikrnl.h.

Referenced by DispTdiDisconnect().

◆ RequestFlags

ULONG _TDI_REQUEST_KERNEL::RequestFlags

Definition at line 40 of file tdikrnl.h.

Referenced by DispTdiDisconnect().

◆ RequestSpecific

PVOID _TDI_REQUEST_KERNEL::RequestSpecific

Definition at line 43 of file tdikrnl.h.

Referenced by DispTdiDisconnect().

◆ ReturnConnectionInformation

PTDI_CONNECTION_INFORMATION _TDI_REQUEST_KERNEL::ReturnConnectionInformation

Definition at line 42 of file tdikrnl.h.

Referenced by DispTdiDisconnect().


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