Source position: chmtypes.pas line 210
type TBtreeBlockHeader = packed record
Length: Word;
NumberOfEntries: Word;
IndexOfPrevBlock: dword;
IndexOfNextBlock: dword;
end;