On Tue, 24 Jan 2006, Nick Burch wrote:
Alas, all the documentation I can find on BinaryTagData is "The value of PST_ProgBinaryTag is the size of the binary data.", which isn't much help

I've just noticed within the slide one:

(8 byte record header)
0F 00 E0 2E A2 00 00 00 Container record
 00 00 BA 0F 14 00 00 00 (0x14=20 bytes of who made the edit, in unicode)
 10 00 BA 0F 50 00 00 00 (0x50=80 bytes of the comment text, in unicode)
 20 00 BA 0F 02 00 00 00 44 00
 00 00 E1 2E 1C 00 00 00 (0x1c=28 bytes of data)

E0 2E -> 2E E0 = 12000 = ?
BA 0F -> 0F BA = 4026 = CString, so this is looking quite possible
E1 2E -> 2E E1 = 12001 = ?

Looks like it's a nested structure of records. I'm not sure how we'd tell it's comments though, I guess just trial and error looking at the sub records


Can anyone confirm if they see the same data structure?

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to