(C) 1998 AROS - The Amiga Research OS


NAME

struct Resident * FindResident (name)

LOCATION
In SysBase at offset 16

SYNOPSIS
UBYTE * name

FUNCTION
Search for a Resident module in the system resident list.

INPUTS
name
pointer to the name of a Resident module to find

RESULT
pointer to the Resident module (struct Resident *), or null if not found.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY