Int 21/AX=F217h/SF=68h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare v2.1+ - CREATE QUEUE JOB AND FILE (OLD)

AX = F217h subfn 68h
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #01970 at AH=E3h/SF=68h)
ES:DI -> reply buffer (see #02200)

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

See Also: AH=F2h"Novell" - AH=E3h/SF=68h - AX=F217h/SF=67h - AX=F217h/SF=69h

Format of NetWare "Create Queue Job And File (Old)" reply packet: Offset Size Description (Table 02200) 00h BYTE client station 01h BYTE client task number 02h DWORD (big-endian) object ID of client 06h DWORD (big-endian) object ID of target server 0Ah 6 BYTEs target execution time (year,month,day,hour,minute,second) 10h 6 BYTEs job entry time (year,month,day,hour,minute,second) 16h WORD (big-endian) job number 18h WORD (big-endian) job type 1Ah BYTE job position 1Bh BYTE job control flags (see #01980) 1Ch 14 BYTEs ASCIZ job file name 2Ah 6 BYTEs job file handle 30h BYTE server station 31h BYTE server task number 32h DWORD (big-endian) object ID of server or 00000000h

See Also: #01970 - #01972

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents