(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/icon.h>
struct DiskObject * GetDefDiskObject (type)
LOCATION
In IconBase at offset 20
SYNOPSIS
long type
FUNCTION
Gets the default icon for the supplied type of icon.
INPUTS
type
type of icon to get default diskobject for.
RESULT
DiskObject structure or NULL if an error occured. The error may be obtained by IoErr().
EXAMPLE
SEE ALSO
PutDefDiskObject(), GetDiskObjectNew()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
New library icon.library by N.H. Lorentzen