Unit 'fsifFileSystemStructs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TFreeBlockHeader

Declaration

Source position: fsifFileSystemStructs.pas line 351

type TFreeBlockHeader = packed record

  Magic: Word32;

  

  Flags: Word32;

  

  Next: Int64;

  

  EntriesUsed: Word;

  

  Reserved: array [0..7] of Byte;

  

end;



CT Web help

CodeTyphon Studio