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

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

Return: AL = status (00h,96h,99h,9Ch,D0h-D4h,DAh,EDh,EFh-F1h,F7h,FCh,FEh,FFh)
       (see AH=E3h/SF=64h)

Notes: this function is supported by Advanced NetWare 2.1+
   caller must be on a workstation which is security-equivalent to a
     member of the queue's Q_USER property

See Also: AH=E0h"SPOOLING",AH=E3h/SF=69h,AH=E3h/SF=6Ah,AH=E3h/SF=6Eh

Format of request buffer:
Offset Size    Description
 00h   WORD    0107h (length of following data)
 02h   BYTE    68h (subfunction "Close File and Start Queue Job")
 03h   DWORD   (big-endian) object ID of queue
 07h   BYTE    client station
 08h   BYTE    client task number
 09h   DWORD   (big-endian) object ID of client
 0Dh   DWORD   (big-endian) object ID of target server
       FFFFFFFh if any server acceptable
 11h  6 BYTEs  target execution time (year,month,day,hour,minute,second)
       FFFFFFFFFFFFh to execute as soon as possible
 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
 23h 14 BYTEs  ASCIZ job file name
 31h  6 BYTEs  job file handle
 37h   BYTE    server station
 38h   BYTE    server task number
 39h   DWORD   (big-endian) 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) 0036h (size of following results buffer)
 02h   BYTE    client station
 03h   BYTE    client task number
 04h   DWORD   (big-endian) object ID of client
 08h   DWORD   (big-endian) object ID of target server
 0Ch  6 BYTEs  target execution time (year,month,day,hour,minute,second)
 12h  6 BYTEs  job entry time (year,month,day,hour,minute,second)
 18h   WORD    (big-endian) job number
 1Ah   WORD    (big-endian) job type
 1Ch   BYTE    job position
 1Dh   BYTE    job control flags
 1Eh 14 BYTEs  ASCIZ job file name
 2Ch  6 BYTEs  job file handle
 32h   BYTE    server station
 33h   BYTE    server task number
 34h   DWORD   (big-endian) object ID of server or 00000000h

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