NSFNOTEOPENCALLBACK
Data Type : Database
NSFNOTEOPENCALLBACK - Definition of the note open callback function used from NSFDbGetNotes.
#include <nsfnote.h>
Definition :
typedef STATUS (LNCALLBACKPTR NSFNOTEOPENCALLBACK) (
    void *Param, 
    NOTEHANDLE hNote, 
    DWORD NoteID, 
    STATUS status);"
Description :
This callback function is implemented with the following parameters:
inputs:
- Param - Callback parameter.
 
hNote - Note handle.
NoteID - Note ID.
STATUS - Status of the call: NOERROR. Any other status indicates an error condition.
outputs:
- STATUS - Status of the call: NOERROR. Any other status indicates an error condition.
 
See Also : NSFDbGetNotes