Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

ctfcpSetErrorBuffer

Description:

Set the error buffer for a file copy handle.

Prototype:

NINT ctfcpSetErrorBuffer(FCPHND fcphnd,pTEXT errbuf,LONG errbufsiz);

Parameters:

  • fcphnd [IN] - The file copy handle.
  • errbuf [IN] - The error buffer.
  • errbufsiz [IN] - The size in bytes of the error buffer.

Returns:

  • NO_ERROR - Success.
  • PNUL_ERR - The specified file copy handle is NULL.
  • NLEN_ERR - The specified error buffer size is negative.

See also

TOCIndex