FairCom ISAM for C
ctfcpSetCopyFilenames
Description:
Sets the source and destination filenames for a file copy operation.
Prototype:
NINT ctfcpSetCopyFilenames(FCPOPR fcpopr,NINT totnames,pCTFNAM srcnames,pCTFNAM dstnames);
Parameters:
- fcpopr [IN] - The file copy operation handle.
- totnames [IN] - The number of names.
- srcnames [IN] - Array of pointers to <totnames> source file names.
- dstnames [IN] - Array of pointers to <totnames> destination file names.
Returns:
- NO_ERROR - Success.
- PNUL_ERR - The specified file copy operation handle, source filename pointer, or destination filename pointer is NULL.
- UALC_ERR - Unable to allocate memory for the source and destination filename buffers.
See also