FairCom ISAM for C
ctfcpCopyFile
Description:
Copy files using the options that are set in the specified file copy handle.
Prototype:
NINT ctfcpCopyFile(FCPHND fcphnd);
Parameters:
- fcphnd [IN] - The file copy handle.
Returns:
- NO_ERROR - Success.
- PNUL_ERR - The specified file copy handle is NULL.
- PBAD_ERR - Invalid parameter specified. For example, the file copy parameter count is zero or negative.
- UALC_ERR - Unable to allocate memory for the source and destination filename buffers.
- Other errors - This function can return any error that the ctCopyFile API function returns.