Trying to parse the binary contents of a .one file

R

rschoofs

I want to a parse a OneNote file in a background application like a Windows Service. As far as I know the COM API does not work well (or at all) in these non-interactive, multithreaded environments.
I have scanned through the MS-ONESTORE and MS-ONE documentation (http://msdn.microsoft.com/en-us/library/dd951288(v=office.12).aspx).
I am now hip-deep in FileNodes and Manifest lists and extended GUIDs, but Sections and Pages are still nowhere in sight.

Can anyone show me the fast track from the header of a .one file down to the WzInAtom elements of the individual Unicode strings?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top