NWGetVolumeInfoByLevel(3nw)


NWGetVolumeInfoByLevel -- returns information about specified volume

Synopsis

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

NWCCODE N_API NWGetVolumeInfoByLevel (NWCONN_HANDLE conn, nuint32 volNum, nuint32 infoLevel, NWFSE_VOLUME_INFO_BY_LEVEL N_FAR * fseVolumeInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

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

infoLevel
(IN) Specifies which level of information to return (1 or 2).

fseVolumeInfo
(OUT) Points to NWFSE_VOLUME_INFO_BY_LEVEL containing the information.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x8998
VOLUME_DOES_NOT_EXIST

0x89FF
Failure

Notices

Console operator rights are NOT necessary to call NWGetVolumeInfoByLevel.

Services

File Server Environment

NCP calls

0x2222 123 34
Get Volume Information By Level

References

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