Int 21/AH=E3h/SF=69h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - QUEUE SERVICES - CLOSE FILE AND START QUEUE JOB (OLD)

AH = E3h subfn 69h
DS:SI -> request buffer (see #01973)
ES:DI -> reply buffer (see #01974)

Return:
AL = status (00h,96h,D0h,D1h,D3h,D5h,D6h,FEh,FFh) (see #01961)

Notes: This function is supported by Advanced NetWare 2.1+. Caller must be on the workstation which created the job

See Also: AH=E3h/SF=68h - AH=E3h/SF=6Ah - AH=E3h/SF=6Eh -

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

See Also: #01974

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

See Also: #01973 - #01975

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents