Int 21/AH=EBh

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - SYNCHRONIZATION SERVICES - LOG FILE

AH = EBh
DS:DX -> ASCIZ filename
if function C6h lock mode 01h:
AL = flags
00h log file only
01h lock as well as log file
BP = lock timeout in timer ticks (1/18 second)
0000h = don't wait if file already locked

Return:
AL = status (see #02090)

Desc: Add the location and size of the specified file to the log table and optionally lock the file

Note: This function is supported by NetWare 4.6+, Advanced NetWare 1.0+, and Alloy NTNX

See Also: AH=BCh"NetWare" - AH=CAh - AH=D0h - AH=ECh"NetWare" - AH=EDh"NetWare"

(Table 02090) Values for NetWare status: 00h successful 96h no dynamic memory for file FEh timed out FFh failed

See Also: #02053

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents