hi have a record whose hex dump is follows
00000000: 30001100 013caae4 62010000 00000000 †0....<..b.......
00000010: 00060040 02002000 5c803801 02000000 †...@.. ..8.....
00000020: 0400004d 01000000 384c0000 681f0000 †...M....8L..h...
00000030: e7010000 01000000 d03e0000 08020000 †.........>......
00000040: 01000000 385e0000 09020000 01000000 †....8^..........
00000050: 926b0000 0a020000 01000000 ††††††††††.k..........
one of the column in the record is as follows
imageval = [BLOB Inline Root] Slot 2 Column 5 Offset 0x20 Length 60
Level = 0 Unused = 77 UpdateSeq = 1
TimeStamp = 1278738432
Link 0
Size = 8040 RowId = (1:487:0)
Link 1
Size = 16080 RowId = (1:520:0)
Link 2
Size = 24120 RowId = (1:521:0)
Link 3
Size = 27538 RowId = (1:522:0)
how can one identify whether it is [BLOB Inline Root]. How do we interpret the above values from hex. Thanks