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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

LOGRESTORECALLBACKFUNCTION

#include <nsfdb.h>

Definition of the log restore callback function that the backup utility will have to provide for archive logging.

C definition

typedef STATUS (LNCALLBACKPTR LOGRESTORECALLBACKFUNCTION)(
  UNID *LogID,
  DWORD LogNumber,
  char *LogSegmentPathName);

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.