Anonymous
|
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.
|