[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, Volume 2

srcstattxt Subroutine

Purpose

Gets the System Resource Controller (SRC) status text representation for a status code.

Library

System Resource Controller Library (libsrc.a)

Syntax

char *srcstattxt (StatusCode)
short StatusCode;

Description

The srcstattxt subroutine, given an SRC status code, gets the text representation and returns a pointer to this text.

Parameters

StatusCode Specifies an SRC status code to be translated into meaningful text.

Return Values

The srcstattxt subroutine returns a pointer to the text representation of a status code.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The srcrrqs subroutine, srcsbuf subroutine, srcsrpy subroutine, srcsrqt subroutine, srcstat subroutine, srcstathdr subroutine, srcstop subroutine, srcstrt subroutine.

List of SRC Subroutines, Programming Subsystem Communication with the SRC, System Resource Controller (SRC) Overview for Programmers in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Contents | Glossary | Home | Search ]