NWSMAddNSToVolume(3nw)
NWSMAddNSToVolume --
adds specified name space to mounted volume
Synopsis
#include <nwsm.h>
N_EXTERN_LIBRARY NWCCODE NWSMAddNSToVolume
(NWCONN_HANDLE connHandle,
nuint16 volNumber,
nuint8 namspc);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies the server connection handle which is being managed.
- volNumber
-
(IN) Specifies the volume number on which the name space will be loaded.
- namspc
-
(IN) Specifies the name space to load on the volume.
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
NWSMAddNSToVolume.
namspc values cannot be ORed; they may be added on
each call. namspc values follow:
-
NW_NS_MAC
-
NW_NS_NFS
-
NW_NS_FTAM
-
NW_NS_OS2
Execute ADD NAME SPACE only once for each non-DOS
naming convention you want to store on a volume.
Before you can add a name space to a volume, the volume and the name
space module must both be loaded. See the NWSMLoadNCP command.
Services
Server Management
NCP calls
0x2222
|
135
|
5
|
Add Name Space To Volume
|
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.