Specifications
42/201
BscFindNextMaster
FUNCTION: Reads the next job name in the job list that belongs to the master job.
FORMAT: _declspec( dllexport ) short APIENTRY BscFindNextMaster(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 BscFindFirstMaster function must be called up before executing this function.