(IN) Specifies the NetWare server connection handle.
queueID
(IN) Specifies the bindery object ID of the queue where the job to be
removed is located.
jobNumber
(IN) Specifies the job number being removed.
Return values
0x0000
SUCCESSFUL
0x8988
INVALID_FILE_HANDLE
0x8999
DIRECTORY_FULL
0x89D0
ERR_Q_IO_FAILURE
0x89D1
ERR_NO_QUEUE
0x89D2
ERR_NO_Q_SERVER
0x89D3
ERR_NO_Q_RIGHTS
0x89D4
ERR_Q_FULL
0x89D5
ERR_NO_Q_JOB
0x89D6
ERR_NO_Q_JOB_RIGHTS
0x89D7
ERR_Q_IN_SERVICE
0x89D8
ERR_Q_NOT_ACTIVE
0x89D9
ERR_Q_STN_NOT_SERVER
0x89DA
ERR_Q_HALTED
0x89DB
ERR_Q_MAX_SERVERS
0x89FF
Failure
Notices
jobNumber contains the job number returned by the QMS
when the job was created. jobNumber can also be obtained by
calling NWGetQueueJobList2.
The specified job is removed from the queue, and the job file is closed
and deleted. If the job is being serviced, the service is aborted. Further
I/O requests made to the job's queue file return
INVALID_FILE_HANDLE.
Both the job's creator and an operator can call
NWRemoveJobFromQueue2.