NWGetNSLoadedList(3nw)
NWGetNSLoadedList --
retrieves a list of the name spaces loaded for the specified volume
Synopsis
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNSLoadedList
(NWCONN_HANDLE conn,
nuint8 volNum,
nuint8 maxListLen,
pnuint8 NSLoadedList,
pnuint8 actualListLen);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- volNum
-
(IN) Specifies the volume number to obtain the list from.
- maxListLen
-
(IN) Specifies the size of NSLoadedList(in bytes).
- NSLoadedList
-
(OUT) Points to a buffer (maxListLen bytes).
- actualListLen
-
(OUT) Points to the number of name spaces loaded (in bytes).
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
NSLoadedList contains a nuint8 entry for every name space loaded on the server. The buffer for NSLoadedList should be at least 5 bytes long
(maxListLen should also be at least 5 bytes).
Services
Name Space
NCP calls
- 0x2222 87 24
-
Get Name Spaces Loaded List From Volume Number
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.