(C) 1998 AROS - The Amiga Research OS


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

ULONG CxNotify (name , command)

LOCATION
In CxBase at offset 33

SYNOPSIS
APTR name
ULONG command

FUNCTION
Notify a task connected to a certain broker of a state change.

INPUTS
name
- The name of the broker
command
- What to tell the task

RESULT
0 if everything was OK, a negative value otherwise: -1 -- Unknown broker 'name' -2 -- No broker message port -3 -- No memory for operation

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS
Private function which is used by Exchange.

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library