Specifications
39/201
BscFindFirst
FUNCTION: Reads the first job name from the all job list registered at the present
time.
FORMAT: _declspec( dllexport ) short APIENTRY BscFindFirst(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