ArosInquireA()
Synopsis
ULONG ArosInquireA(
struct TagItem * taglist );
ULONG ArosInquire(
TAG tag, ... );
Function
This function is used to query system characteristics not easily
queried with another function. All queries understood by this call
will have appropriate values assigned to the location the query tag's
ti_Data field points to.
Result
index - the index of the first tag that could not be processed, plus
one (e.g. 1 for taglist[0], 2 for taglist[1] etc.). Zero if all
tags were handled.