Answer the message that the spooled file
is waiting on.
Syntax
unsigned int CWB_ENTRY cwbOBJ_AnswerSplFMsg(
cwbOBJ_ObjHandle splFHandle,
char *msgAnswer,
cwbSV_ErrHandle errorHandle);
Parameters
cwbOBJ_ObjHandle splFHandle - input
Handle of the spooled file to answer the message for.
const char *msgAnswer - input
Pointer to a ASCIIZ string that contains the answer for the message.
cwbSV_ErrHandle errorHandle - output
Optional, may be 0. Any returned messages will be written to this object.
It is created with the cwbSV_CreateErrHandle() API. The
messages may be retrieved through the cwbSV_GetErrText() API.
If the parameter is set to zero, no messages will be retrievable.