NWRemoveObjectDiskRestrictions(3nw)


NWRemoveObjectDiskRestrictions -- removes disk restrictions for object, volume, server

Synopsis

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

NWCCODE N_API NWRemoveObjectDiskRestrictions (NWCONN_HANDLE conn, nuint8 volNum, nuint32 objID);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

volNum
(IN) Specifies the volume number for which to remove restrictions.

objID
(IN) Specifies the object ID for which to remove restrictions.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x898C
N0_MODIFY_PRIVILEGES

0x8998
VOLUME_DOES_NOT_EXIST

0x89FE
NetWare Error (object has no restrictions)

Services

Volume

NCP calls

0x2222 22 34 Remove User Disk Space Restriction

 
 ------------------------------------------------------- 
| 0x2222|  22|  34|  Remove User Disk Space Restriction| 
|-------|----|----|------------------------------------| 

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