Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctfcpAddFileCopyOperation

Description:

Adds a file copy operation to the specified file copy handle.

Prototype:

NINT ctfcpAddFileCopyOperation(FCPHND fcphnd,pFCPOPR pfcpopr);

Parameters:

  • fcphnd [IN] - The file copy handle to be freed.
  • pfcpopr [OUT] - Pointer to memory in which the file copy operation handle is returned.

Returns:

  • NO_ERROR - Success.
  • PNUL_ERR - The specified file copy handle or file copy operation handle output pointer is NULL.
  • UALC_ERR - Unable to allocate memory for the file copy operation.

See also

TOCIndex