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: Can we have an alternative to EnumCompositeBuffer in LotusScript?

update (by Johnny Jiang, 10/26/2007 10:28:19 PM)

As per advice on the forum, I used the following revised code to get the memory pointer:

longPtrMem = COSLockObject(biValueBlockID.pool) + (Clng(biValueBlockID.block) And &H0FFFF&)

The memory content of each item I got by Bytes is as below:

$V5ACTIONS

1 0 189 28 213 0 0 0 0 0

$ACTIONS

1 0 189 28 213 0 0 0 0 0

$BODY

1 0 189 2 130 255 0 0 0 0

I'm totally confused as I can't find out which one is record type?

I will post my code in the following posts.