Int 21/AH=CBh

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - SYNCHRONIZATION SERVICES - LOCK FILE SET

AH = CBh
if function C6h lock mode 00h:
DL = mode (00h no wait, 01h wait)
if function C6h lock mode 01h:
BP = lock timeout in timer ticks (1/18 sec), 0000h = no wait

Return:
AL = status (00h,FEh,FFh) (see #01810)

Desc: Attempt to lock all files listed in the log table

Notes: This function is supported by NetWare 4.0+, Advanced NetWare 1.0+, and Alloy NTNX. Status FFh will be returned if one or more of the files have already been exclusively locked by another process

See Also: AH=CAh - AH=CDh - AH=D1h - AH=EBh

(Table 01810) Values for NetWare status: 00h successful FEh timed out FFh failed

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents