Retrieves a System Resource Controller (SRC) error message.
System Resource Controller Library (libsrc.a)
int src_err_msg (errno, ErrorText) int errno; char **ErrorText;
The src_err_msg subroutine retrieves a System Resource Controller (SRC) error message.
errno | Specifies the SRC error code. |
ErrorText | Points to a character pointer to place the SRC error message. |
Upon successful completion, the src_err_msg subroutine returns a value of 0. Otherwise, a value of -1 is returned. No error message is returned.
This subroutine is part of Base Operating System (BOS) Runtime.
The addssys subroutine, chssys subroutine, delssys subroutine, defssys subroutine, getsubsvr subroutine, getssys subroutine, srcsbuf subroutine, srcrrqs subroutine, srcsrpy subroutine, srcsrqt subroutine, srcstat subroutine, srcstathdr subroutine, srcstattxt subroutine, srcstop subroutine, srcstrt subroutine.
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.