(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
STRPTR DosGetString (stringNum)
LOCATION
In DOSBase at offset 163
SYNOPSIS
ULONG stringNum
FUNCTION
Internal DOS function, will return the string corresponding to the number stringNum.
INPUTS
stringNum
The number of the string you want.
RESULT
A pointer to a string, or NULL if no string could be found with a matching number.
EXAMPLE
SEE ALSO
NOTES
Error strings will ALWAYS be less than 80 characters, and should ideally be less than 60 characters.
BUGS
INTERNALS
This is dosPrivate5()
HISTORY