ReactOS 0.4.15-dev-6694-g4ba8af9
|
#include <rtltypes.h>
Public Attributes | |
struct _RTL_SPLAY_LINKS * | Parent |
struct _RTL_SPLAY_LINKS * | LeftChild |
struct _RTL_SPLAY_LINKS * | RightChild |
Definition at line 435 of file rtltypes.h.
struct _RTL_SPLAY_LINKS* _RTL_SPLAY_LINKS::LeftChild |
Definition at line 437 of file rtltypes.h.
Referenced by FsRtlAddToTunnelCache(), FsRtlDeleteKeyFromTunnelCache(), and FsRtlFindInTunnelCache().
struct _RTL_SPLAY_LINKS* _RTL_SPLAY_LINKS::Parent |
Definition at line 436 of file rtltypes.h.
Referenced by FsRtlAddToTunnelCache().
struct _RTL_SPLAY_LINKS* _RTL_SPLAY_LINKS::RightChild |
Definition at line 438 of file rtltypes.h.
Referenced by FsRtlAddToTunnelCache(), FsRtlDeleteKeyFromTunnelCache(), and FsRtlFindInTunnelCache().