[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare - FILE SERVER - GET LOGICAL RECORDS BY CONNECTION
        AH = E3h subfn DFh
        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=E0h,AH=E3h/SF=E2h

Format of request buffer:
Offset  Size    Description
 00h    WORD    0005h (length of following data)
 02h    BYTE    DFh (subfunction "Get Logical Records By Connection")
 03h    WORD    logical connection number (big-endian)
 05h    WORD    last record seen (big-endian)
                0000h on first call

Format of reply buffer:
Offset  Size    Description
 00h    WORD    (call) size of following results record (max 1FEh)
 02h    WORD    next request record (place in "last record" field on next call)
                0000h if no more locked records
 09h    BYTE    number of records following
 0Ah    Logical Lock Information Records [list]
        Offset  Size    Description
         00h    BYTE    task number
         01h    BYTE    lock status (see AH=E3h/SF=DDh)
         02h    BYTE    length of logical lock's name
         03h  N BYTEs   logical lock's name

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