NWReadExtendedNSInfo(3nw)


NWReadExtendedNSInfo -- reads extended (huge) name space information for name space

Synopsis

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

NWCCODE N_API NWReadExtendedNSInfo (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 from NWNSGetMiscInfo.

NSInfo
(IN) Points to NW_NS_INFO returned from NWGetNSInfo.

data
(OUT) Points to a buffer containing the data from the name space.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

Notices

If extendedBitMask is set in NW_NS_INFO, NWReadExtendedNSInfo should be used to read the extended information. extendedBitMask contains a Read-only information field that should be preserved. The application must not manipulate extendedBitMask; it must not be zero.

dstNameSpace and dstDirBase of NW_IDX are used to determine the target name space of NWReadExtendedNSInfo.

Services

Name Space

NCP calls

0x2222 87 26 Get Huge NS Information

 
 -------------------------------------------- 
| 0x2222|  87|  26|  Get Huge NS Information| 
|-------|----|----|-------------------------| 

References

NWGetDirectoryBase(3nw), NWGetNSInfo(3nw), NWNSGetMiscInfo(3nw), NWWriteExtendedNSInfo(3nw)


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.