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 Chris Catalano, 01/16/2006 04:57:28 PM)

How does one make use of this function?

In my LS, I have defined:

Const NOTE_CLASS = 3

Const NOTE_CLASS_ALLNONDATA = &h7ffe

I would like to make a call like:

Call W32_NSFNoteSetInfo( hNote, NOTE_CLASS, NOTE_CLASS_ALLNONDATA )

but for the third parameter it is not expecting the value, but instead a pointer to the value.