NWSetObjectVolSpaceLimit
Sets an object’s disk space limit on a volume
#include <nwvol.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY( NWCCODE ) NWSetObjectVolSpaceLimit (
NWCONN_HANDLE conn,
nuint16 volNum,
nuint32 objID,
nuint32 restriction);
uses calwin32
Function NWSetObjectVolSpaceLimit
(conn : NWCONN_HANDLE;
volNum : nuint16;
objID : nuint32;
restriction : nuint32
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
The restrictions are returned in units of 4K blocks.
NOTE:If the restriction equals 0x40000000, the object has no restrictions.