ReactOS 0.4.15-dev-7131-ge4d03f4
|
#include <rtltypes.h>
Public Attributes | |
CSHORT | NodeTypeCode |
CSHORT | NameLength |
struct _UNICODE_PREFIX_TABLE_ENTRY * | NextPrefixTree |
struct _UNICODE_PREFIX_TABLE_ENTRY * | CaseMatch |
RTL_SPLAY_LINKS | Links |
PUNICODE_STRING | Prefix |
Definition at line 627 of file rtltypes.h.
struct _UNICODE_PREFIX_TABLE_ENTRY* _UNICODE_PREFIX_TABLE_ENTRY::CaseMatch |
Definition at line 631 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), and RtlNextUnicodePrefix().
RTL_SPLAY_LINKS _UNICODE_PREFIX_TABLE_ENTRY::Links |
Definition at line 632 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), and RtlNextUnicodePrefix().
CSHORT _UNICODE_PREFIX_TABLE_ENTRY::NameLength |
Definition at line 629 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().
struct _UNICODE_PREFIX_TABLE_ENTRY* _UNICODE_PREFIX_TABLE_ENTRY::NextPrefixTree |
Definition at line 630 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), and RtlRemoveUnicodePrefix().
CSHORT _UNICODE_PREFIX_TABLE_ENTRY::NodeTypeCode |
Definition at line 628 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), RtlNextUnicodePrefix(), and RtlRemoveUnicodePrefix().
PUNICODE_STRING _UNICODE_PREFIX_TABLE_ENTRY::Prefix |
Definition at line 633 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().