(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/utility.h>
ULONG GetUniqueID ()
LOCATION
In UtilityBase at offset 45
SYNOPSIS
/* void */
FUNCTION
Returns a unique id that is different from any other id that is obtained from this function call.
INPUTS
RESULT
an unsigned long id
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
Calls Disable()/Enable() to guarentee uniqueness.
HISTORY
20.10.1998 hkiel
Amiga Research OS
20.08.1997 digulla
Polish.
Renamed utility_intern.h to intern.h.
27.01.1997 digulla
Added #include <proto/exec.h>
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
12.09.1996 digulla
Better way to separate public and private parts of the library base
31.08.1996 aros
Merged in/modified for FreeBSD.
12.08.1996 digulla
Last function of utility library