FairCom ISAM for C
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