Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetvolmax()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETVOLMAX()
 Determines the maximum capacity of a server volume
------------------------------------------------------------------------------
 Syntax

     NNETVOLMAX(<nVolume>) --> nMaxBytes

     Netware: 2.2 and 3.11

 Argument

     <nVolume>  Designates the selected volume number of the related
     default file server.  This value can be from 0 to 31.

 Returns

     NNETVOLMAX() returns the total capacity available on the volume
     designated by <nVolume>.

 Description

     NOVELL NET VOLUME MAXIMUM
     Using NNETVOLMAX(), you can determine the total available capacity of
     any volume on the default file server.

 Note

     .  This function requires that the station have console
        privileges at least.

 Example

     Determine the capacities for all volumes:

     FOR I = 0 TO NNETVOLNUM()
        ? NNETVOLMAX(I)         // The related capacity
     NEXT I

See Also: NNETSETSRV() NNETVOLNUM() NNETVOLNAM() NNETVOLFRE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson