Int 7F/AH=00h

Prev Next Ralf Interrups Categories Contents

------

MultiLink Advanced v1.0+ - ENQUEUE SYSTEM RESOURCE

AH = 00h
BX = resource identifier
AL = wait flag

Return:
AL = status 00h successful 01h resource not available 02h user error

InstallCheck:
Ensure that the interrupt vector is not pointing at segment 0000h, then test whether the byte at offset 0000h in the interrupt handler's segment is E9h

Notes: Function will not return until the resource is available if AL is nonzero on entry. A maximum of 100 resources may be enqueued at once

See Also: AH=01h"MultiLink"

Category: DOS-Based Task Switchers/Multitaskers - Int 7Fh - M

------

Prev Next Ralf Interrups Categories Contents