Function : Note

NSFNoteOpenByUNID - Opens a note, given the note's Universal Note ID.
----------------------------------------------------------------------------------------------------------

#include <nsfnote.h>

STATUS LNPUBLIC NSFNoteOpenByUNID(
DBHANDLE hDB,
UNID far *pUNID,
WORD flags,
NOTEHANDLE far *rethNote);

Description :

This function takes the Universal Note ID and reads the note into memory and returns a handle to the in-memory copy. This function only supports the set of 16-bit WORD options described in the entry OPEN_xxx.

Use NSFNoteClose to close the note handle and deallocate the memory associated with it.

Parameters :

See Also :

NSFNoteClose
----------------------------------------------------------------------------------------------------------