Int 21/AX=F217h/SF=7Dh

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - READ QUEUE CURRENT STATUS

AX = F217h subfn 7Dh
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #02211)
ES:DI -> reply buffer (see #02212)

Return:
AX = status (see #02860 at INT 2F/AX=7A20h/BX=0000h)

See Also: AH=F2h"Novell" - AX=F217h/SF=66h - AX=F217h/SF=79h - AX=F217h/SF=7Bh

See Also: AX=F217h/SF=7Eh

Format of NetWare "Read Queue Current Status" request packet: Offset Size Description (Table 02211) 00h WORD length of following data 02h BYTE 7Dh (subfunction "Read Queue Current Status") 03h DWORD (big-endian) object ID of queue

See Also: #02212 - #02213

Format of NetWare "Read Queue Current Status" reply packet: Offset Size Description (Table 02212) 00h DWORD queue ID 04h DWORD queue status

bit 0:
No more jobs can be added

bit 1:
No more queue servers can be attached

bit 2:
Attached queu servers can not service queue jobs 08h DWORD current number of jobs in queue 0Ch DWORD number of servers attached to queue 10h N DWORDs attached server IDs

See Also: #02211 - #01966 at AH=E3h/SF=66h

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents