Int 21 Fn F217 - Novell Netware V3+ - Get Connection's Semaphores [N]

AX = F217h subfn F1h
CX = length of request buffer in bytes
DX = length of reply buffer in bytes
DS:SI -> request buffer (see #1952)
ES:DI -> reply buffer (see #1953)

Return: AX = status (see #2546 at INT 2F/AX=7A20h/BX=0000h)

See Also: AH=F2h"Novell",AX=F217h/SF=E1h

Format of NetWare "Get Connection's Semaphores" request packet:
Offset Size Description (Table 1952)
00h WORD length of following data
02h BYTE F1h (subfunction "Get Connection's Semaphores")
03h WORD connection number
05h WORD last record seen (set to 0000h before first call)

See Also: #1953

Format of NetWare "Get Connection's Semaphores" reply packet:
Offset Size Description (Table 1953)
00h WORD next record (place in last-seen field on next call)
02h WORD number of semaphores returned
04h BYTEs semaphore information records [packed array] (see #1954)

See Also: #1952

Format of NetWare semaphore information record:
Offset Size Description (Table 1954)
00h WORD semaphore's current value
02h WORD number of connections using semaphore
04h WORD task number
06h BYTE length of semaphore's name
07h N BYTEs semaphore name

See Also: #1953