DirectoryColorFlag

DirectoryColorFlag

Overview

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.

Base type: byte.

Members

NameDescription
RedRed node in the CFB directory red-black tree.
BlackBlack node in the CFB directory red-black tree.

See Also