NWWriteExtendedNSInfo(3nw)
NWWriteExtendedNSInfo --
writes extended (huge) name space information
Synopsis
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWWriteExtendedNSInfo
(NWCONN_HANDLE conn,
NW_IDX N_FAR
idxStruct,
NW_NS_INFO N_FAR
NSInfo,
pnuint8 data);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- idxStruct
-
(IN) Points to NW_IDX returned by NWNSGetMiscInfo.
- NSInfo
-
(IN) Points to NW_NS_INFO returned by NWGetNSInfo.
- data
-
(IN) Points to a buffer containing the data to be written to the name space.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x898C
-
NO_MODIFY_PRIVILEGES
Notices
dstNameSpace
and dstDirBase
in NW_IDX are
used to determine what entry to use for the Write.
extendedBitMask
in NW_NS_INFO is a read-only
information field that should be preserved from
NWReadExtendedNSInfo.
Services
Name Space
NCP calls
0x2222
|
87
|
27
|
Set Huge NS Information
|
References
NWGetDirectoryBase(3nw),
NWGetNSInfo(3nw),
NWNSGetMiscInfo(3nw),
NWReadExtendedNSInfo(3nw),
NWWriteExtendedNSInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.