[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
INT 21 - Novell NetWare - QUEUE SERVICES - CREATE QUEUE JOB AND FILE
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
SeeAlso: 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 object ID of queue (big-endian)
07h BYTE client station
08h BYTE client task number
09h DWORD object ID of client (big-endian)
0Dh DWORD object ID of target server (big-endian)
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 job number (big-endian)
1Fh WORD job type (big-endian)
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 object ID of server (big-endian)
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 object ID of client (big-endian)
08h DWORD object ID of target server (big-endian)
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 job number (big-endian)
1Ah WORD job type (big-endian)
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 object ID of server or 00000000h (big-endian)
See Also:
21E3
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson