Int 21 Fn F216 - Novell Netware V3+ - Get Object Disk Usage And Restrict [N]

AX = F216h subfn 29h
CX = length of request packet in bytes
DX = length of reply buffer in bytes
DS:SI -> request packet (see #1832)
ES:DI -> reply buffer (see #1833)

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

Note: this function returns successfully, showing no restriction, if an
invalid object ID is specified

See Also: AX=F216h/SF=24h,AX=F216h/SF=33h

Format of NetWare "Get Object Disk Restrictions" request buffer:
Offset Size Description (Table 1832)
00h WORD 0006h (length of following data)
02h BYTE 21h (subfunction "Get Object Disk Restrictions")
03h BYTE volume number
04h DWORD (big-endian) object ID

See Also: #1833

Format of NetWare "Get Object Disk Restrictions" reply buffer:
Offset Size Description (Table 1833)
00h DWORD disk space limit
04h DWORD disk space currently in use by object

See Also: #1832