ReactOS 0.4.15-dev-7934-g1dc8d80
_DICTIONARY_HEADER Struct Reference
Collaboration diagram for _DICTIONARY_HEADER:

Public Attributes

PDICTIONARY_HEADER Next
 
ULONGLONG Key
 
UCHAR Data [0]
 

Detailed Description

Definition at line 44 of file dictlib.c.

Member Data Documentation

◆ Data

UCHAR _DICTIONARY_HEADER::Data[0]

Definition at line 47 of file dictlib.c.

◆ Key

ULONGLONG _DICTIONARY_HEADER::Key

Definition at line 46 of file dictlib.c.

Referenced by AllocateDictionaryEntry().

◆ Next

PDICTIONARY_HEADER _DICTIONARY_HEADER::Next

Definition at line 45 of file dictlib.c.


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