Int 21/AH=D0h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - SYNCHRONIZATION SERVICES - LOG LOGICAL RECORD

AH = D0h
DS:DX -> record string (counted string, max 99 data bytes).

If function C6h lock mode 01h:
(Novell, NTNX only) AL = flags

bit 0:
Lock as well as log the record

bit 1:
Non-exclusive lock BP = lock timeout in timer ticks (1/18 sec)

Return:
AL = status 00h successful 96h no dynamic memory for file FEh timed out FFh unsuccessful

Desc: Add the specified logical record name to the log table, and optionally lock the record

Notes: This function is supported by NetWare 4.6+, Advanced NetWare 1.0+, Banyan VINES, and Alloy NTNX. Locks on logical record names are advisory and may be ignored by other applications

See Also: AH=BCh - AH=D1h - AH=D2h - AH=D4h - Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents