[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - QUEUE SERVICES - GET QUEUE JOB'S FILE SIZE
        AH = E3h subfn 78h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status (see also AH=E3h/SF=64h)
            00h successful
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_USERS, Q_OPERATORS, or Q_SERVERS properties
SeeAlso: AH=E3h/SF=6Ch,AH=E3h/SF=71h

Format of request buffer:
Offset  Size    Description
 00h    WORD    0007h (length of following data)
 02h    BYTE    78h (subfunction "Get Queue Job's File Size")
 03h    DWORD   object ID of queue (big-endian)
 07h    WORD    job number (big-endian)

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) 000Ah (size of following results)
 02h    DWORD   object ID of queue (big-endian)
 06h    WORD    job number (big-endian)
 08h    DWORD   size of job file in bytes (big-endian)

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