DirectoryColorFlag
General
DirectoryColorFlag is an enumeration encoding the red-black tree color byte stored in every CFB directory entry. The CFB specification (MS-CFB §2.6.2) uses a red-black tree to maintain the sibling ordering of directory entries within a storage. Reading this value from a DirectoryEntry or CfbWriter.EntryRecord identifies whether the node is a red or black node in the tree.
DirectoryColorFlag és una enumeració que codifica el byte de color arbre vermell-negre emmagatzemat a cada entrada d’arxiu CFB. La especificació CF B (MS-CFB §2.6.2) utilitza un arbr roig-nigre per mantenir l’ordre germà dels articles d ‘archiu dins d “un magatzem. Llegir aquest valor des d ‘”’) o ‘) identifica si el node és un nod negre o vermella en l ‘arb .
Tipus de base: byte.
Membres
| Name | Description |
|---|---|
Red | Red node in the CFB directory red-black tree. |
Black | Black node in the CFB directory red-black tree. |