Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctfcpSetCallback

Description:

Sets a callback function to be called to report progress as files are being copied.

Prototype:

NINT ctfcpSetCallback (FCPHND fcphnd,pCPYFNC pcpyfnc)

Parameters:

  • fcphnd [IN] - The file copy handle.
  • pcpyfnc - The file copy callback function.

Returns:

  • NO_ERROR - Success.
  • PNUL_ERR - The specified file copy handle is NULL.

See also

TOCIndex