[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - QUEUE SERVICES - CHANGE QUEUE JOB ENTRY
        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
SeeAlso: 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   object ID of queue (big-endian)
 07h    BYTE    client station number
 08h    BYTE    client task number
 09h    DWORD   object ID of client
 0Dh    DWORD   object ID of target server (big-endian)
 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    job number (big-endian)
 1Fh    WORD    job type (big-endian)
 21h    BYTE    job position
 22h    BYTE    job control flags
                bit 3: job will be serviced automatically if connection broken
                bit 4: job remains in queue after server aborts job
                bit 5: client has not filled associated job file
                bit 6: User Hold--job advances, but cannot be serviced until
                        this bit is cleared by user or operator
                bit 7: Operator Hold--job advances, but cannot be serviced
                        until this bit is cleared by an operator
 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)

See Also: 21E3
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson