Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ rapi_strerror(3) — Tru64 UNIX 5.0a

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

rapi_dispatch(3)

rapi_event_rtn_t(3)

rapi_getfd(3)

rapi_release(3)

rapi_reserve(3)

rapi_sender(3)

rapi_session(3)

rapi_version(3)

RSVP(7)

rapi_strerror(3)  —  Subroutines

NAME

rapi_strerror − Get a RAPI error message string

LIBRARY

RAPI Library (librsvp.so, librsvp.a)

SYNOPSIS

#include <rapi.h>

const char ∗rapi_strerror(
int ErrorCode,
int ErrorValue);

PARAMETERS

ErrorCode
Specifies the RAPI error code that was returned by a failed call to a RAPI routine.

Error Value
Specifies the RAPI error value that was returned by a failed call to a RAPI routine.

DESCRIPTION

The rapi_strerror() routine maps an error code and value to an error message string, and returns a pointer to that error message string. 

RETURN VALUES

Upon successful completion, the rapi_strerror() routine returns a pointer to an error message string. If the arguments are out of bounds, the routine returns NULL. 

RELATED INFORMATION

Functions: rapi_dispatch(3), rapi_event_rtn_t(3), rapi_getfd(3), rapi_release(3), rapi_reserve(3), rapi_sender(3), rapi_session(3), rapi_version(3). 

Network: RSVP(7). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026