(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/icon_protos.h>
#include <exec/types.h>

struct DiskObject * GetDiskObject (name)

LOCATION
In IconBase at offset 13

SYNOPSIS
UBYTE * name

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
16.04.1998 srittau
Set secondary error, in case a memory-allocation fails. There may be more cases in icon.library, where we could do this
27.03.1997 digulla
Replace aros by arossupport
10.02.1997 digulla
Allow to specify "name.info" and "name" as the name for the icon file.
07.02.1997 digulla
Preliminary version of GetDiskObject(). Most see some work before it can be released (needs the globals SysBase and DOSBase which don't exist).