(C) 1998 AROS - The Amiga Research OS


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

VOID SetFilter (filter , text)

LOCATION
In CxBase at offset 20

SYNOPSIS
CxObj * filter
STRPTR text

FUNCTION
Make 'filter' match events of the type specified in 'text'.

INPUTS
filter
the commodity filter the matching conditions of which to set
text
description telling what to filter

RESULT
The internal error field will be updated (COERR_BADFILTER) according to the success or failure of the operation.

EXAMPLE

SEE ALSO
SetFilterIX(), CxObjError()

NOTES

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library