Query: dpm_seterrbuf
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DPM_SETERRBUF(3) DPM Library Functions DPM_SETERRBUF(3)NAMEdpm_seterrbuf - set receiving buffer for error messagesSYNOPSISint dpm_seterrbuf (char *buffer, int buflen)DESCRIPTIONdpm_seterrbuf tells the Disk Pool Manager client API the address and the size of the buffer to be used for error messages. If this routine is not called or if buffer is NULL, the messages are printed on stderr.RETURN VALUEThis routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.ERRORSENOMEM memory could not be allocated for the thread specific information.LCG$Date: 2007/05/14 05:53:52 $ DPM_SETERRBUF(3)