comparison xml/libpst.in @ 46:b2a7f2e0926a

more fixes for 64 bit format
author carl
date Sat, 12 Jan 2008 15:20:53 -0800
parents d4606d460daf
children f66078abed38
comparison
equal deleted inserted replaced
45:b961bcdadd0e 46:b2a7f2e0926a
1273 <para> 1273 <para>
1274 Each item in this node is a tuple of (ID2, DESC-ID1, LIST-ID1, PARENT-ID2) 1274 Each item in this node is a tuple of (ID2, DESC-ID1, LIST-ID1, PARENT-ID2)
1275 </para> 1275 </para>
1276 </refsect1> 1276 </refsect1>
1277 1277
1278 <refsect1 id='pst.file.list.5'> 1278 <refsect1 id='pst.file.list.32.5'>
1279 <title>Associated List Item</title> 1279 <title>32 bit Associated List Item</title>
1280 <para> 1280 <para>
1281 Contains associations between id1 and id2 for the items controlled by the record. 1281 Contains associations between id1 and id2 for the items controlled by the record.
1282 In the above 32 bit leaf node, we have a tuple of (0x61, 0x02a82c, 0x02a836, 0) 1282 In the above 32 bit leaf node, we have a tuple of (0x61, 0x02a82c, 0x02a836, 0)
1283 0x02a836 is the ID1 of the associated list, and we can lookup that ID1 value 1283 0x02a836 is the ID1 of the associated list, and we can lookup that ID1 value
1284 in the index1 b-tree to find the (offset,size) of the data in the .pst file. 1284 in the index1 b-tree to find the (offset,size) of the data in the .pst file.
1289 0000 unknown [2 bytes] 0x0002 constant 1289 0000 unknown [2 bytes] 0x0002 constant
1290 0002 count [2 bytes] 0x0001 in this case 1290 0002 count [2 bytes] 0x0001 in this case
1291 repeating 1291 repeating
1292 0004 id2 [4 bytes] 0x00819f in this case 1292 0004 id2 [4 bytes] 0x00819f in this case
1293 0008 id [4 bytes] 0x02a830 in this case 1293 0008 id [4 bytes] 0x02a830 in this case
1294 000c unknown [4 bytes] 0 in this case 1294 000c table2 [4 bytes] 0 in this case
1295 ]]></literallayout>
1296 </refsect1>
1297
1298 <refsect1 id='pst.file.list.64.5'>
1299 <title>64 bit Associated List Item</title>
1300 <para>
1301 Contains associations between id1 and id2 for the items controlled by the record.
1302 </para>
1303 <literallayout class="monospaced"><![CDATA[
1304 0000 02 00 02 00 00 00 00 00 92 06 00 00 00 00 00 00
1305 0010 a8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1306 0020 3f 80 00 00 00 00 00 00 98 00 00 00 00 00 00 00
1307 0030 00 00 00 00 00 00 00 00
1308
1309 0000 unknown [2 bytes] 0x0002 constant
1310 0002 count [2 bytes] 0x0002 in this case
1311 0004 unknown [4 bytes] 0 possibly constant
1312 repeating
1313 0008 id2 [8 bytes] 0x000692 in this case
1314 0008 id [8 bytes] 0x0000a8 in this case
1315 000c table2 [8 bytes] 0 in this case
1295 ]]></literallayout> 1316 ]]></literallayout>
1296 </refsect1> 1317 </refsect1>
1297 1318
1298 <refsect1 id='pst.file.desc.5'> 1319 <refsect1 id='pst.file.desc.5'>
1299 <title>Associated Descriptor Item 0xbcec</title> 1320 <title>Associated Descriptor Item 0xbcec</title>