Initial Release 4.0

Function : Database
NSFApplyModifiedNoteTable - Apply table of modified notes to an unread list.
----------------------------------------------------------------------------------------------------------

#include <nsfdb.h>

STATUS LNPUBLIC NSFApplyModifiedNoteTable(
DHANDLE hModifiedNotes,
DHANDLE hTargetTable);

Description :

Given a handle to an ID Table of modified notes (obtained by calling NSFDbGetModifiedNoteTable()) and a handle to an ID Table of unread notes (obtained by calling NSFDbGetUnreadNoteTable()), this function will add any modified notes to and remove any deleted notes from the unread note table.

Parameters :

See Also :

NSFDbGetModifiedNoteTable
----------------------------------------------------------------------------------------------------------