Int 21/AH=E3h/SF=DFh

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - FILE SERVER - GET LOGICAL RECORDS BY CONNECTION

AH = E3h subfn DFh
DS:SI -> request buffer (see #02061)
ES:DI -> reply buffer (see #02062)

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=E0h - See Also: AX=F217h/SF=DFh

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

See Also: #02062 - #02238 at AX=F217h/SF=DFh

Format of NetWare "Get Logical Records by Connection" reply buffer: Offset Size Description (Table 02062) 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 04h BYTE number of records following 05h var array of Logical Lock Information Records (see #02063)

See Also: #02061 - #02238 at AX=F217h/SF=DFh

Format of NetWare Logical Lock Information Record: Offset Size Description (Table 02063) 00h BYTE task number 01h BYTE lock status (see #02057) 02h BYTE length of logical lock's name 03h N BYTEs logical lock's name

See Also: #02062

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents