Interrups | Categories | Contents |
AH = E3h subfn 84h DS:SI -> request buffer (see #02000) ES:DI -> reply buffer (see #02001)
Return:
AL = status (00h,96h,D0h,D1h,D6h,D9h) (see #01961)
Desc: Inform the Queue Management System (QMS) that the queue server is unable to service a previously-accepted job
Notes: This function is supported by Advanced NetWare 3.1+. This variant of Abort Servicing Queue Job allows use of the high connection byte in the NCP packet header, unlike AH=E3h/SF=73h
See Also: AH=E3h/SF=6Fh - AH=E3h/SF=71h - AH=E3h/SF=72h -
See Also: AX=F217h/SF=84h
Format of NetWare "Abort Servicing Queue Job" request buffer: Offset Size Description (Table 02000) 00h WORD 0007h (length of following data) 02h BYTE 84h (subfunction "Abort Servicing Queue Job") 03h DWORD (big-endian) object ID of queue 07h WORD (big-endian) job number
See Also: #02001
Format of NetWare "Abort Servicing Queue Job" reply buffer: Offset Size Description (Table 02001) 00h WORD (call) 0000h (no results returned)
See Also: #02000
Category: Netware - Int 21h - N
Interrups | Categories | Contents |