FairCom ISAM for C
ctfcpAllocateHandle
Description:
Allocates a file copy handle.
Prototype:
NINT ctfcpAllocateHandle(pFCPHND pfcphnd);
Parameters:
- pfcphnd [OUT] - Pointer to memory in which the file copy handle is returned.
Returns:
- NO_ERROR - Success.
- PNUL_ERR - The output pointer for the file copy handle is NULL.
- UALC_ERR - Unable to allocate memory for the file copy handle.
See also