Int 21/AH=E3h/SF=73h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - QUEUE SERVICES - ABORT SERVICING QUEUE JOB AND FILE

AH = E3h subfn 73h
DS:SI -> request buffer (see #01988)
ES:DI -> reply buffer (see #01989)

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 2.1+. This is an old version of the call (see AH=E3h/SF=84h). Only a job server which previously accepted a job for servicing may call this function

See Also: AH=E3h/SF=6Fh - AH=E3h/SF=71h - AH=E3h/SF=72h - See Also: AX=F217h/SF=73h

Format of NetWare "Abort Servicing Queue Job and File (old)" request buffer: Offset Size Description (Table 01988) 00h WORD 0007h (length of following data) 02h BYTE 73h (subfunction "Abort Servicing Queue Job and File (old)") 03h DWORD (big-endian) object ID of queue 07h WORD (big-endian) job number

See Also: #01989 - #01987

Format of NetWare reply buffer: Offset Size Description (Table 01989) 00h WORD (call) 0000h (no results returned)

See Also: #01987 - #01988 - #01990 - #01991

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents