Interrups | Categories | Contents |
AH = 00h BX = resource identifier AL = wait flag
Return:
AL = status 00h successful 01h resource not available 02h user errorInstallCheck:
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
Interrups | Categories | Contents |