QueryGraphicsList

Returns graphics environment information.

Synopsis

Err QueryGraphicsList (TagArg *ta)
Err QueryGraphicsListVA (uint32 ta,...)

Description

The call looks up values in the environment passed in the ta_Tag elements of the TagArg array, and deposits those values to which addresses the ta_Arg associated values point.

The currently available tags and their return values follow:

Arguments

tag
tag number indicating information requested.
ret
pointer to the location in memory where the requested value is deposited.

Return Value

The call returns 0 or an error code (a negative value) if an error occurred.

GRAFERR_BADTAG is returned if an unknown tag is passed in.

Implementation

Folio call implemented in Graphics folio V21.

Associated Files

graphics.h, graphics.lib

See Also

QueryGraphics()