LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Hide details for ContentContent
Getting started
Basic declaration conversion
Data and reference types
Editing reference type items
Purchase
Ready-to-use samples
Hide details for Online resourcesOnline resources
Technotes and goodies
Reference
Header files
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Can we have an alternative to EnumCompositeBuffer in LotusScript?

update (by Normunds Kalnberzins, 10/27/2007 08:35:13 AM)

the first 2 bytes in each buffer are item type(=Rich Text in this case). I'd have though that $ACTIONS item might have type=Action, but it seems not to be the case.

Then follows the first record header. See C API reference for the description of BSIG, WSIG, and LSIG. From that you can figure out the record length, hence the offset till the next cd-record.

This must get you going. Good luck.