NWGetNSInfo(3nw)
NWGetNSInfo --
returns NW_NS_INFO
Synopsis
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNSInfo
(NWCONN_HANDLE conn,
NW_IDX N_FAR
idxStruct,
NW_NS_INFO N_FAR
NSInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- idxStruct
-
(IN) Points to NW_IDX.
- NSInfo
-
(OUT) Points to NW_NS_INFO.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
NW_IDX is returned by NWNSGetMiscInfo or NWGetDirectoryBase. dstNameSpace from either function obtains the NS info.
NSInfo is returned for the destination name space in idxStruct.
Services
Name Space
NCP calls
- 0x2222 87 23
-
Query NS Information Format
References
NWGetDirectoryBase(3nw),
NWNSGetMiscInfo(3nw),
NWReadExtendedNSInfo(3nw),
NWReadNSInfo(3nw),
NWWriteExtendedNSInfo(3nw),
NWWriteNSInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.