LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Problems with memory management and NSFItemAppend

More problems... (by Andreas Pape, 05/29/2007 07:42:36 AM)

If you have more than 64KB to write with NSFItemAppend, you have to split it in multiple blocks of 64KB. The last one then is the rest of it. On each call of NSFItemAppend you have to set the correct startingpointer (value) and its value length

Sample: 290 KB

==============

1. NSFItemAppend 64KB 64 KB written

2. NSFItemAppend 64KB 128 KB written

3. NSFItemAppend 64KB 192 KB written

4. NSFItemAppend 64KB 256 KB written

5. NSFItemAppend 34KB 290 KB written

Hope, this helps a little bit!?

If it works, please let me know (pape.andreas@gmx.de)