[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - Queue Services - Change Queue Job Entry   [N]

   AH = E3h subfn 6Dh
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status (00h,96h,D0h,D1h,D5h,D7h,FEh,FFh) (see AH=E3h/SF=64h)

Notes: this function is supported by Advanced NetWare 2.1+
   caller must be an operator or the user who created the job

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

Format of request buffer:
Offset Size    Description
 00h   WORD    0105h (length of following data)
 02h   BYTE    6Dh (subfunction "Change Queue Job Entry")
 03h   DWORD   (big-endian) object ID of queue
 07h   BYTE    client station number
 08h   BYTE    client task number
 09h   DWORD   (big-endian) object ID of client
 0Dh   DWORD   (big-endian) object ID of target server
 11h  6 BYTEs  target execution time (year,month,day,hour,minute,second)
 17h  6 BYTEs  job entry time (year,month,day,hour,minute,second)
 1Dh   WORD    (big-endian) job number
 1Fh   WORD    (big-endian) job type
 21h   BYTE    job position
 22h   BYTE    job control flags (see AH=E3h/SF=6Ch)
 23h 14 BYTEs  ASCIZ job filename
 31h  6 BYTEs  job file handle
 37h   BYTE    server station
 38h   BYTE    server task number
 39h   DWORD   object ID of server
 3Dh 50 BYTEs  ASCIZ job description string
 6Fh 152 BYTEs client record area

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson