Specifications

41/201
BscFindNext
FUNCTION: Reads the next job name registered at the present time.
FORMAT: _declspec( dllexport ) short APIENTRY BscFindNext(short nCid,char
*fname,short size);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*fname N-th job name storage pointer
size Job name storage area size
OUT(Return)
*fname N-th job name storage pointer
Return Value
-1:No next job
0:Next job found
REMARKS: Call Condition
The BscFindFirst function must be called up before executing this function.