LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

NOTERESTORECALLBACKFUNCTION

#include <nsfdb.h>

Definition of the note restore callback function that the backup/archive utility will have to provide for monitoring notes during Media Recovery.

C definition

typedef STATUS (LNCALLBACKPTR NOTERESTORECALLBACKFUNCTION)(  
  DWORD state_flags,
  void far * userParm,
  NOTE_RESTORE_CALLBACK_INFO far * info);

LotusScript

Definition(s)

Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.