Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

ctfcpGetErrorBuffer

Description:

Gets the error buffer for a file copy handle.

Prototype:

pTEXT ctfcpGetErrorBuffer(FCPHND fcphnd,pNINT perrcod);

Parameters:

  • fcphnd [IN] The file copy handle.
  • perrcod - Memory address at which the error code is stored if an error occurs. Can be NULL.

Returns:

  • Non-NULL value - Success
  • NULL value - Either the error buffer is NULL, or an error occurred. If an error occurred, *perrcod holds the error code.

See also

TOCIndex