Gets the status text representation for an SRC status code.
System Resource Controller Library (libsrc.a)
#include <spc.h> char *srcstattxt_r (StatusCode, Text) short StatusCode; char *Text;
The srcstattxt_r subroutine, given an SRC status code, gets the text representation and returns it in a caller-supplied buffer. This routine is threadsafe and reentrant.
Upon successful completion, the srcstattxt_r subroutine returns the address of the caller-supplied buffer. Otherwise, no text is returned and the subroutine returns NULL.
This subroutine is part of Base Operating System (BOS) Runtime.
The src_err_msg_r, srcsbuf_r, srcsrqt_r, srcrrqs_r, and srcstat_r subroutines.
List of SRC Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
Programming Subsystem Communication with the SRC in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
System Resource Controller (SRC) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.