NWGetDirSpaceLimitList(3nw)


NWGetDirSpaceLimitList -- determines the actual space limitations for a directory

Synopsis

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

NWCCODE N_API NWGetDirSpaceLimitList (NWCONN_HANDLE conn, NWDIR_HANDLE dirHandle, pnuint8 returnBuf);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

dirHandle
(IN) Specifies the directory handle pointing to the desired directory.

returnBuf
(OUT) Points to a 512-byte buffer containing the returned space list.

Return values

0x0000
SUCCESSFUL

Notices

To find the actual amount of space available to a directory, scan all current entries and use the smallest one. Directories having no restrictions return no information. If no entries are returned, no space restrictions exist for the specified directory.


NOTE: All restrictions are returned in units of 4K blocks.

If max for a directory is 0x7FFFFFFF, there is no restriction for numEntries. If max is negative, the limit is zero (same for the current field).

Services

File Systems

NCP calls

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