Specifications
40/201
BscFindFirstMaster
FUNCTION: Reads the first job name from the job list that belongs to the master job.
FORMAT: _declspec( dllexport ) short APIENTRY BscFindfirstMaster(short nCid,char
*fname,short size);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*fname First job name storage pointer
size Job name storage area size
OUT(Return)
*fname First job name storage pointer
Return Value
-1:No job
-2:Internal error (memory allocation error)
-3:Internal error (memory lock error)
-4:Other errors
0:Job found