Function : Database

NSFDbGetNoteInfoByUNID - Get information from a note's on-disk header.
----------------------------------------------------------------------------------------------------------

#include <nsfdb.h>

STATUS LNPUBLIC NSFDbGetNoteInfoByUNID(
DBHANDLE hDB,
UNID far *pUNID,
NOTEID far *retNoteID,
OID far *retOID,
TIMEDATE far *retModTime,
WORD far *retClass);

Description :

This function takes a database handle and Universal Note ID. It returns the note id, the note's Originator ID (OID) structure, the time and date the note was last modified, and the NOTE_CLASS_xxx.

Parameters :

See Also :

NSFDbGetNoteInfo
----------------------------------------------------------------------------------------------------------