ReactOS 0.4.16-dev-930-gcc8ec38
|
#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 640 of file rtltypes.h.
struct _UNICODE_PREFIX_TABLE_ENTRY* _UNICODE_PREFIX_TABLE_ENTRY::CaseMatch |
Definition at line 644 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), and RtlNextUnicodePrefix().
RTL_SPLAY_LINKS _UNICODE_PREFIX_TABLE_ENTRY::Links |
Definition at line 645 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), and RtlNextUnicodePrefix().
CSHORT _UNICODE_PREFIX_TABLE_ENTRY::NameLength |
Definition at line 642 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().
struct _UNICODE_PREFIX_TABLE_ENTRY* _UNICODE_PREFIX_TABLE_ENTRY::NextPrefixTree |
Definition at line 643 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), and RtlRemoveUnicodePrefix().
CSHORT _UNICODE_PREFIX_TABLE_ENTRY::NodeTypeCode |
Definition at line 641 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), RtlInsertUnicodePrefix(), RtlNextUnicodePrefix(), and RtlRemoveUnicodePrefix().
PUNICODE_STRING _UNICODE_PREFIX_TABLE_ENTRY::Prefix |
Definition at line 646 of file rtltypes.h.
Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().