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: Using NSFItemSetNumber . . .

Using NSFItemSetNumber . . . (by Dallas Gimpel, 05/03/2005 05:28:39 PM)

Hi Normunds -

I'm trying to use NSFItemSetNumber from LS. My declaration is as follows:

Declare Function W32NSFItemSetNumber Lib "nnotes" Alias "NSFItemSetNumber" ( _

ByVal hNote As Long, _

ByVal itemName As String, _

numVal As Double _

) As Integer

The function call crashes my client as declared above but I really don't see what I've done wrong? And my stab at the declaration matches that of your auto-generated declaration (except that you've used a LMBCS string). What have I missed?

thanks,

dgg