Skip to content

NSFFOLDERADDCALLBACK

Data Type : Database
NSFFOLDERADDCALLBACK - Definition of the add folder callback function used from NSFDbGetNotes.

#include <nsfnote.h>

Definition :

typedef STATUS (LNCALLBACKPTR NSFFOLDERADDCALLBACK) (
    void *Param, 
    UNID *NoteUNID, 
    DHANDLE OpBlock, 
    DWORD OpBlockSize);"

Description :

This callback function is implemented with the following parameters:


      inputs:
          Param - Callback parameter.
          NoteUNID - Universal Note ID.
          OpBlock - Reserved for internal use.
          OpBlockSize - Reserved for internal use.
      outputs:
          STATUS - Status of the call: NOERROR. Any other status indicates an error condition.

See Also : NSFDbGetNotes