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:

NSFNoteSetInfo (by Normunds Kalnberzins, 01/17/2006 02:13:37 AM)

in this case you need to declare NSFNoteSetInfo appropriately.

Declare Sub W32_NSFNoteSetInfo Lib LIB_W32 Alias {NSFNoteSetInfo} (_

ByVal note_handle As Long,

ByVal note_member As Integer,

value_ptr As Long)

declaration version with byVal as in reference section could be useful if you point to memory buffer (and you have stored the value of the pointer).