Initial Release 4.0

Function : Note
NSFNoteUpdateExtended - Write in-memory note to on-disk database.
----------------------------------------------------------------------------------------------------------

#include <nsfnote.h>

STATUS LNPUBLIC NSFNoteUpdateExtended(
NOTEHANDLE hNote,
DWORD UpdateFlags);

Description :

This function writes the in-memory version of a note to its database. Prior to issuing this call, a new note (or changes to a note) are not a part of the on-disk database. This function allows using extended 32-bit DWORD update options, as described in the entry UPDATE_xxx.

You should also consider updating the collections associated with other Views in a database via the function NIFOpenCollection or NIFUpdateCollection, if you have added and/or deleted a substantial number of documents. If the Server's Indexer Task does not rebuild the collections associated with the database's Views, the first user to access a View in the modified database might experience an inordinant delay, while the collection is rebuilt by the Notes Workstation (locally) or Server Application (remotely).

Parameters :

See Also :

ITEM_xxx
----------------------------------------------------------------------------------------------------------