Int 21 Fn F217 - Novell Netware - List Relations Of An Object [N]

AX = F217h subfn 4Ch
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #1884)
ES:DI -> reply buffer (see #1885)

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

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

Format of NetWare "List Relations Of An Object" request packet:
Offset Size Description (Table 1884)
00h WORD length of following data
02h BYTE 4Ch (subfunction "List Relations Of An Object")
03h DWORD last bindery ID seen (set to FFFFFFFFh on first call)
07h WORD object type
09h BYTE length of object's name
0Ah N BYTEs object's name
BYTE length of property name
N BYTEs property name

See Also: #1885

Format of NetWare "List Relations Of An Object" reply packet:
Offset Size Description (Table 1885)
00h WORD number of relations returned
02h var relations

See Also: #1884