Int 21/AH=E3h/SF=77h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - QUEUE SERVICES - SET QUEUE SERVER CURRENT STATUS

AH = E3h subfn 77h
DS:SI -> request buffer (see #01994)
ES:DI -> reply buffer (see #01995)

Return:
AL = status (00h,96h,9Ch,D0h,D1h,FEh,FFh) (see #01961)

Notes: This function is supported by Advanced NetWare 2.1+. Caller must be a job server which has attached itself to the queue

See Also: AH=E3h/SF=68h - AH=E3h/SF=6Ch - AH=E3h/SF=6Fh - See Also: AX=F217h/SF=77h

Format of NetWare "Set Queue Server Current Status" request buffer: Offset Size Description (Table 01994) 00h WORD 0045h (length of following data) 02h BYTE 77h (subfunction "Set Queue Server Current Status") 03h DWORD (big-endian) object ID of queue 07h 64 BYTEs server status record (format depends on server) first four bytes should contain estimated "price" for an average job

See Also: #01995

Format of NetWare "Set Queue Server Current Status" reply buffer: Offset Size Description (Table 01995) 00h WORD (call) 0000h (no results returned)

See Also: #01994

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents