Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

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

TOCIndex