NWGetVolumeStats(3nw)


NWGetVolumeStats -- returns information about a volume

Synopsis

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

NWCCODE N_API NWGetVolumeStats (NWCONN_HANDLE conn, nuint8 volNum, VOL_STATS N_FAR * volInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

volNum
(IN) Specifies the volume number for which information is requested.

volInfo
(OUT) Points to VOL_STATS receiving the volume information.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x8998
VOLUME_DOES_NOT_EXIST

0x899C
INVALID_PATH

0x89FF
HARDWARE_FAILURE

Services

Volume

NCP calls

0x2222 23 233
Get Volume Information

References

NWGetVolumeInfoWithHandle(3nw), NWGetVolumeInfoWithNumber(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.