ReactOS 0.4.15-dev-8076-g06e89b2
_UNICODE_PREFIX_TABLE_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _UNICODE_PREFIX_TABLE_ENTRY:

Public Attributes

CSHORT NodeTypeCode
 
CSHORT NameLength
 
struct _UNICODE_PREFIX_TABLE_ENTRYNextPrefixTree
 
struct _UNICODE_PREFIX_TABLE_ENTRYCaseMatch
 
RTL_SPLAY_LINKS Links
 
PUNICODE_STRING Prefix
 

Detailed Description

Definition at line 627 of file rtltypes.h.

Member Data Documentation

◆ CaseMatch

struct _UNICODE_PREFIX_TABLE_ENTRY* _UNICODE_PREFIX_TABLE_ENTRY::CaseMatch

Definition at line 631 of file rtltypes.h.

Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), and RtlNextUnicodePrefix().

◆ Links

RTL_SPLAY_LINKS _UNICODE_PREFIX_TABLE_ENTRY::Links

Definition at line 632 of file rtltypes.h.

Referenced by RtlFindUnicodePrefix(), and RtlNextUnicodePrefix().

◆ NameLength

CSHORT _UNICODE_PREFIX_TABLE_ENTRY::NameLength

Definition at line 629 of file rtltypes.h.

Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().

◆ NextPrefixTree

struct _UNICODE_PREFIX_TABLE_ENTRY* _UNICODE_PREFIX_TABLE_ENTRY::NextPrefixTree

◆ NodeTypeCode

CSHORT _UNICODE_PREFIX_TABLE_ENTRY::NodeTypeCode

◆ Prefix

PUNICODE_STRING _UNICODE_PREFIX_TABLE_ENTRY::Prefix

Definition at line 633 of file rtltypes.h.

Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().


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