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:

NSFNoteGetInfo (by Chris Catalano, 01/27/2006 09:33:19 PM)

Getting a note ID:

Declare Sub W32_NSFNoteGetInfo Lib LIB_W32 Alias "NSFNoteGetInfo" (_

Byval note_handle As Long, _

Byval note_member As Integer, _

value_ptr As Long )

Dim noteIDLong as Long

Dim noteID as String

Call W32_NSFNoteGetInfo( hNote, ID_NOTE_ID, noteIDLong )

noteID = Hex$( noteIDLong )