#include <flaim.h>
Public Attributes | |
NODE * | next |
Pointer to child, next sib, or uncle (compare levels). | |
NODE * | prior |
Pointer to parent, prior sib, or nephew (compare levels). | |
FLMBYTE * | value |
Value of node (if length <= 4), or pointer to value. | |
FLMUINT32 | ui32Length |
Length of value (in bytes). | |
FLMUINT16 | ui16TagNum |
Tag number. | |
FLMUINT8 | ui8Level |
Hierarchy level (0 = root). | |
FLMUINT8 | ui8Type |
Value's data type. This should be one of the following:
| |
FLMUINT32 | ui32EncFlags |
Encryption flags. | |
FLMUINT32 | ui32EncLength |
The length of the encrypted data. | |
FLMUINT32 | ui32EncId |
The DRN of the encryption definition record in the dictionary. | |
FLMBYTE * | pucEncValue |
The encrypted value. |