kannounce - report or announce a message in a standardized format
LIBRARY CALL
int kannounce(
char *library,
char *routine,
char *format,
kvalist)
INPUT
library - name of library
routine - name of routine
format - grammatically correct, clear explanation of
what should be announced to the user
OUTPUT
none
RETURN VALUE
TRUE if the announcement was successfully delivered,
otherwise FALSE is returned.
DESCRIPTION
kannounce produces standardized messages for
Khoros library routines and applications. It should be
called when the programmer wants give generalized updates
or reports to the user. This typically used by the larger
applications, such as cantata, composer, craftsman, etc
to give progress or status reports to the user.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/notify.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.