(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <libraries/commodities.h>
#include <proto/exec.h>

VOID SetFilterIX (filter , ix )

LOCATION
In CxBase at offset 21

SYNOPSIS
CxObj * filter
IX * ix

FUNCTION
Set the filter description by supplying an InputXpression.

INPUTS
filter
- the commodity filter object the attributes of which to set (may be NULL)
ix
- InputXpression describing the filter

RESULT
The internal error field will be updated (COERR_BADFILTER) depending on whether the function succeeded or failed.

EXAMPLE

SEE ALSO
SetFilter(), CxObjError(), <libraries/commodities.h>

NOTES
The first field in the IX structure must be set to IX_VERSION as defined in <libraries/commodities.h>, to indicate which version of the IX structure is used.

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library