EZ_InstallSymbolicULong, EZ_RetrieveSymbolicULong - install/retrieve a symbolic
constant to/from the resource database
#include <EZ.h>
int EZ_InstallSymbolicULong(char *name, unsigned long value)
int EZ_RetrieveSymbolicULong(char *name, unsigned long *value_ret)
name Specifies a name.
value Specifies an integer.
value_ret Specifies the return for value.
These routines are convenient interface to
EZ_InstallSymbol(3). It
returns -1 if the symbol
name is not found or is associated to some
other data type.
EZ_InstallSymbolicInt(3)