NWSMDismountVolumeByName(3nw)


NWSMDismountVolumeByName -- dismounts volume on server

Synopsis

   #include <nwsm.h> 
   

N_EXTERN_LIBRARY NWCCODE NWSMDismountVolumeByName (NWCONN_HANDLE connHandle, pnstr8 volumeName);

Description

The parameters are as follows:

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

volumeName
(IN) Points to the name of the NetWare volume to dismount. It must be NULL terminated.

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 NWSMDismountVolumeByName.

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.