This function is used to query system characteristics not easily queried with another function.
INPUTS
tags
- taglist with appropriate queries. The tag's ti_Data field should point to the location where the result of the query is stored. Do not forget to clear the location before, as queries not understood will be left untouched.
RESULT
All queries understood by this call will have appropriate values assigned to the location a tag's ti_Data pointed to.
This function will (for now) always return 0.
EXAMPLE
SEE ALSO
aros/arosbase.h
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
13.09.1998 srittau
New tags
14.03.1998 iaint
Changed to use genromlib_f - cpak/genshared headers
11.12.1997 srittau
Use constants for AROS version number, instead of immediate numbers
02.10.1997 turrican
Modified the testing of AROS_FLAVOUR_NATIVE;
Added check for AROS_FLAVOUR_BINCOMPAT where apropriate
02.09.1997 digulla
Fixed bug: When the function returned, all data fields were 0.