Mercurial > libpst
comparison xml/libpst.in @ 77:87216aefc6df
spelling fixup
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 07 Jun 2008 15:53:08 -0700 |
parents | 987aa872294e |
children | 56fa05fd5271 |
comparison
equal
deleted
inserted
replaced
76:09d0f592be83 | 77:87216aefc6df |
---|---|
1583 <para> | 1583 <para> |
1584 Note the descoffset of 0x0040, which again is an index reference. In this | 1584 Note the descoffset of 0x0040, which again is an index reference. In this |
1585 case, it is an internal pointer reference, which needs to be right shifted by 4 bits | 1585 case, it is an internal pointer reference, which needs to be right shifted by 4 bits |
1586 to become 0x0004, which is then a byte offset to be added to the above | 1586 to become 0x0004, which is then a byte offset to be added to the above |
1587 indexOffset plus two (to skip the count), so it points to the (0x14, 0x7c) | 1587 indexOffset plus two (to skip the count), so it points to the (0x14, 0x7c) |
1588 pair. The datasize (6) plus the b5 code (02) gives size of the entries, | 1588 pair. The datasize (6) plus the b5 code (02) gives the size of the entries, |
1589 in this case 8 bytes. We now have the offset 0x14 of the descriptor array, | 1589 in this case 8 bytes. We now have the offset 0x14 of the descriptor array, |
1590 composed of 8 byte entries. Each descriptor entry has the following format: | 1590 composed of 8 byte entries. Each descriptor entry has the following format: |
1591 </para> | 1591 </para> |
1592 <literallayout class="monospaced"><![CDATA[ | 1592 <literallayout class="monospaced"><![CDATA[ |
1593 0000 itemType [2 bytes] | 1593 0000 itemType [2 bytes] |