Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ Rpc_GetName(lib) — Sprite KS.390

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Rpc  —  C Library Procedures

NAME

Rpc_GetName − Get the name of an RPC. 

SYNOPSIS

#include <rpc.h>
void
Rpc_GetName(rpcNum, resultLength, resultPtr)

ARGUMENTS

int rpcNum   (in) An RPC number. 

int resultLength   (in) The number of characters in the result buffer. 

char ∗resultPtr   (out) A pointer to the result buffer. 
 

DESCRIPTION

Rpc_GetName returns a human-readable name for a given Sprite RPC number.  The user provides a buffer into which the RPC name is copied.  If the user’s buffer is too small, the name is truncated to fit.  A buffer of RPC_MAX_NAME_LENGTH characters is guaranteed to be big enough. 
 

KEYWORDS

rpc

Sprite version 1.0  —  April 12, 1991

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