(C) 1998 AROS - The Amiga Research OS
NAME
APTR OpenResource (resName)
LOCATION
In SysBase at offset 83
SYNOPSIS
STRPTR resName
FUNCTION
Return a pointer to a previously installed resource addressed by name. If this name can't be found NULL is returned.
INPUTS
libName
Pointer to the resource's name.
RESULT
Pointer to resource or NULL.
EXAMPLE
SEE ALSO
AddResource(), RemResource()
NOTES
BUGS
INTERNALS
HISTORY