NSFNoteHasComposite
Function : MIME
NSFNoteHasComposite - Check to see if the given note has any items of TYPE_COMPOSITE.
#include <nsfnote.h>
BOOL LNPUBLIC NSFNoteHasComposite(
NOTEHANDLE hNote);
The function NSFNoteHasComposite returns TRUE if the given note contains any TYPE_COMPOSITE items.
Parameters : Input : hNote - a handle to an open note.
Output : (routine) - TRUE if the given note has any TYPE_COMPOSITE items, FALSE otherwise.
Sample Usage :
BOOL bHasComposite;
bHasComposite = NSFNoteHasComposite(hNote);