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: ODSReadmemory NotesRichtext item

ODSReadmemory NotesRichtext item (by Normunds Kalnberzins, 11/20/2006 02:24:21 PM)

also, declaring "pDest As Any" is risky. You'd better declare the correct target. Not sure how you tried to pass the byte array to this function; it should be ok if declaring "target as Byte" and in calling code using "... mybytearray(0)".

Well, I hope you'll manage to read the book anyhow, as I mention there the problems with "As Any" and in fact everything yo uneed for your solution :-) and I have more time to discuss issues than in the short note here in forum.

Good luck