Product Documentation

User-Defined Extensions for Replication

Previous Topic

Next Topic

rxFILOP

The file operation structure (rxFILOP) is passed to file operation callbacks:

typedef struct _rxfilop {

pctCHGB pchgbuf; /* [IN] File operation details */

pctFILH pfilhnd; /* [IN] File information */

} rxFILOP, *prxFILOP;

  • Input: File operation details for this event - Includes log position.
  • Input: File information for this event - Includes data file ID, data file name, and data file number if open.

TOCIndex