Int 21/AH=E3h/SF=E0h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - FILE SERVER - GET LOGICAL RECORD INFORMATION

AH = E3h subfn E0h
DS:SI -> request buffer (see #02064)
ES:DI -> reply buffer (see #02065)

Return:
AL = status (00h,C6h) (see #02053)

Notes: This function is supported by Advanced NetWare 2.1+. The calling workstation must have console operator privileges

See Also: AH=E3h/SF=C8h - AH=E3h/SF=DDh - AH=E3h/SF=DFh - See Also: AX=F217h/SF=E0h

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

See Also: #02065 - #02239 at AH=E3h/SF=E0h

Format of NetWare "Get Logical Record Information" reply buffer: Offset Size Description (Table 02065) 00h WORD (call) size of following results record (max 200h) 02h WORD (big-endian) number of logical connections logging the record 04h WORD (big-endian) number of logical connections with shareable lock 06h WORD (big-endian) next request record (place in "last record" field on next call) 08h BYTE locked exclusively if nonzero 09h BYTE number of records following 0Ah var array of Task Information Records (see #02066)

See Also: #02064 - #02239 at AH=E3h/SF=E0h

Format of NetWare Task Information Record: Offset Size Description (Table 02066) 00h WORD (big-endian) logical connection number 02h BYTE task number 03h BYTE lock status (see #02057)

See Also: #02065

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents