[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - File Server - Get Bindery Object Disk Sp  [N]

   AH = E3h subfn E6h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful
       C6h no console rights

Notes: this function is supported by Advanced NetWare 2.1+
   one must have console operator privileges to get the free space for
     other bindery objects

See Also: AH=E3h/SF=C8h,AH=E3h/SF=E8h,AH=E3h/SF=E9h

Format of request buffer:
Offset Size    Description
 00h   WORD    0005h (length of following data)
 02h   BYTE    E6h (subfunction "Get Bindery Object Disk Space Left")
 03h   DWORD   (big-endian) object ID

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 000Fh (size of following results buffer)
 02h   DWORD   (big-endian) clock ticks elapsed since server started
 06h   DWORD   (big-endian) object ID
 0Ah   DWORD   (big-endian) 4K disk blocks available to user
 0Eh   BYTE    restrictions (00h enforced, FFh not enforced)

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