ReactOS 0.4.15-dev-7924-g5949c20
TUNNEL_NODE_ENTRY Struct Reference
Collaboration diagram for TUNNEL_NODE_ENTRY:

Public Attributes

RTL_SPLAY_LINKS SplayInfo
 
LIST_ENTRY TimerQueueEntry
 
LARGE_INTEGER Time
 
ULONGLONG DirectoryKey
 
ULONG Flags
 
UNICODE_STRING LongName
 
UNICODE_STRING ShortName
 
PVOID Data
 
ULONG DataLength
 

Detailed Description

Definition at line 16 of file tunnel.c.

Member Data Documentation

◆ Data

PVOID TUNNEL_NODE_ENTRY::Data

Definition at line 24 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlFindInTunnelCache().

◆ DataLength

ULONG TUNNEL_NODE_ENTRY::DataLength

Definition at line 25 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlFindInTunnelCache().

◆ DirectoryKey

ULONGLONG TUNNEL_NODE_ENTRY::DirectoryKey

Definition at line 20 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlDeleteKeyFromTunnelCache().

◆ Flags

ULONG TUNNEL_NODE_ENTRY::Flags

Definition at line 21 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache().

◆ LongName

UNICODE_STRING TUNNEL_NODE_ENTRY::LongName

Definition at line 22 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlFindInTunnelCache().

◆ ShortName

UNICODE_STRING TUNNEL_NODE_ENTRY::ShortName

Definition at line 23 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlFindInTunnelCache().

◆ SplayInfo

RTL_SPLAY_LINKS TUNNEL_NODE_ENTRY::SplayInfo

Definition at line 17 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlFindInTunnelCache().

◆ Time

LARGE_INTEGER TUNNEL_NODE_ENTRY::Time

Definition at line 19 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlPruneTunnelCache().

◆ TimerQueueEntry

LIST_ENTRY TUNNEL_NODE_ENTRY::TimerQueueEntry

Definition at line 18 of file tunnel.c.

Referenced by FsRtlAddToTunnelCache(), and FsRtlDeleteTunnelCache().


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