Specifications
91/201
BscDeleteJob
FUNCTION: Deletes a job.
FORMAT: _declspec( dllexport ) short APIENTRY BscDeleteJob(short nCid);
ARGUMENTS: IN(Transfer)
nCid Communication handler ID number
OUT(Return)
None
Return Value
0:Normal completion
1:Cannot delete
Others: Error codes
REMARKS: Call Condition
The BscSelectJob function must be called up and the job name to be deleted must be specified
before executing this function.