[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - FILE SERVER - GET LOGICAL RECORD INFORMATION
        AH = E3h subfn E0h
        DS:SI -> request buffer (see below)
        ES:DI -> reply buffer (see below)
Return: AL = status
            00h successful
            C6h no console rights
Notes:  this function is supported by Advanced NetWare 2.1+
        the calling workstation must have console operator privileges
SeeAlso: AH=E3h/SF=DDh,AH=E3h/SF=DFh,AH=E3h/SF=E2h

Format of request buffer:
Offset  Size    Description
 00h    WORD    length of following data (max 67h)
 02h    BYTE    E0h (subfunction "Get Logical Record Information")
 03h    WORD    last record seen (big-endian)
                0000h on first call
 05h    BYTE    length of logical record's name
 06h  N BYTEs   logical record's name

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) size of following results record (max 200h)
 02h    WORD    number of logical connections logging the record (big-endian)
 04h    WORD    number of logical connections with shareable lock (big-endian)
 06h    WORD    next request record (place in "last record" field on next call)
 08h    BYTE    locked exclusively if nonzero
 09h    BYTE    number of records following
 0Ah    Task Information Records [array]
        Offset  Size    Description
         00h    WORD    logical connection number (big-endian)
         02h    BYTE    task number
         03h    BYTE    lock status (see AH=E3h/SF=DFh)

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