NWSetDirSpaceLimit(3nw)


NWSetDirSpaceLimit -- specifies space limit on subdirectory

Synopsis

   #include <nwdirect.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWSetDirSpaceLimit (NWCONN_HANDLE conn, NWDIR_HANDLE dirHandle, nuint32 spaceLimit);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

dirHandle
(IN) Specifies the NetWare directory handle pointing to the directory to scan.

spaceLimit
(IN) Specifies the number of 4KB blocks needed to limit the directory space.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x8901
ERR_INSUFFICIENT_SPACE

0x898C
N0_MODIFY_PRIVILEGES

0x89BF
INVALID_NAME_SPACE

Notices

If the restriction is 0, the space limit restrictions are lifted. If the restriction is -1, then the space limit on the directory is set to 0K.

Services

File Systems

NCP calls

0x2222 22 36 Set Directory Disk Space Restrictions

 
 0x2222   22   36   Set Directory 
                    Disk Space 
                    Restrictions 

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.