IP_QueueStrerror -- gives access to error strings.
char* IP_QueueStrerror(int status);
char* IP_QueueStrerror
A value of errno.
A pointer to a NUL-terminated character string.
This function lets you access errno strings. It returns a pointer to a string that corresponds to the errno value, as specified by status. This pointer must not be freed or modified by the programmer.
Cascade QueueServer Functions