Skip to content

OSSIGREPLPROC

Data Type : Signal Handler
OSSIGREPLPROC - Function pointer template for replication state signal handler.

#include <ossignal.h>

Definition :

typedef void (LNCALLBACKPTR OSSIGREPLPROC)(
   WORD State,
   char far *pText1,
   char far *pText2);

Description :

Definition of a pointer to a function that will handle the replication state signal.

This replication state handler requires three parameters:

State - Values are defined in REPL_SIGNAL_xxx.

pText1 - See the following table for detail.

pText2 - See the following table for detail.

StatepText1pText2
REPL_SIGNAL_IDLENone
REPL_SIGNAL_PICKSERVERNone
REPL_SIGNAL_CONNECTINGpServerpPort
REPL_SIGNAL_SEARCHINGpServerpPort
REPL_SIGNAL_SENDINGpServerFilepLocalFile
REPL_SIGNAL_RECEIVINGpServerFilepLocalFile
REPL_SIGNAL_SEARCHINGDOCSpSrcFile
REPL_SIGNAL_DONEFILEpLocalFilepReplFileStats

See Also : OSSIGPROC REPL_SIGNAL_xxx