Specifications

121/201
BscSelectJob
FUNCTION: Selects a job.
FORMAT: _declspec( dllexport ) short APIENTRY BscSelectJob(short nCid,char
*name);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
*name Job name storage pointer
OUT(Return)
None
Return Value
0:Normal completion
Others: Error codes
REMARKS: Job Name
The character string for the job name is restricted as follows.
Character string with 30 characters maximum. (8 characters that can be used in the MS-DOS)
Specify * instead of the job name to select all the jobs.