[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn F216  - Novell Netware V3+ - Set Directory Disk Space Restricti  [N]

   AX = F216h subfn 24h
   CX = length of request buffer in bytes
   DX = length of reply buffer in bytes
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (ignored)

Return: AL = status

See Also: AX=F216h/SF=21h

Format of request buffer:
Offset Size    Description
 00h   WORD    0006h (length of following data)
 02h   BYTE    24h (subfunction "Set Directory Disk Space Restriction")
 03h   BYTE    directory handle
 04h   DWORD   (big-endian) disk space limit in 4K blocks
       00000000h to remove restriction, negative to set to 0 blocks

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson