NWSMDismountVolumeByNumber(3nw)


NWSMDismountVolumeByNumber -- dismounts volume on server

Synopsis

   #include <nwsm.h> 
   

N_EXTERN_LIBRARY NWCCODE NWSMDismountVolumeByNumber (NWCONN_HANDLE connHandle, nuint16 volumeNumber);

Description

The parameters are as follows:

connHandle
(IN) Specifies the server connection handle which is being managed.

(IN) Specifies the number of the NetWare volume to dismount.

Return values

0x0000
SUCCESS

0x8801
INVALID_CONNECTION

0x8998
VOLUME_DOES_NOT_EXIST

0x89FB
ERR_NCP_NOT_SUPPORTED

Notices

You must be logged into connHandle, be permanently authenticated, and have console operator rights at the minimum to call NWSMDismountVolumeByNumber.

Services

Server Management

NCP calls

0x2222 131 4 Dismount Volume

 
 0x2222   131   4   Dismount Volume 

References

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