Int 21 Fn F217 - Novell Netware V3+ - Get Semaphore Information [N]
AX = F217h subfn F2h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #1955)
ES:DI -> reply buffer (see #1956)
Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)
reply buffer filled
See Also: AH=F2h"Novell",AX=F217h/SF=E2h
Format of NetWare "Get Semaphore Information" request buffer:
Offset Size Description (Table 1955)
00h WORD length of following data (max 84h)
02h BYTE F2h (subfunction "Get Semaphore Information")
03h WORD last record seen (0000h on first call)
05h BYTE length of semaphore name (max 128)
06h N BYTEs semaphore name
See Also: #1956
Format of NetWare "Get Semaphore Information" reply buffer:
Offset Size Description (Table 1956)
00h WORD next request record
02h WORD open count
04h BYTE value of semaphore
05h WORD number of records returned
07h 2N WORDs list of logical connection number/task number pairs
See Also: #1955