Retrieves a list of the name spaces loaded for the specified volume
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNSLoadedList (
NWCONN_HANDLE conn,
nuint8 volNum,
nuint8 maxListLen,
pnuint8 NSLoadedList,
pnuint8 actualListLen) ;
uses calwin32
Function NWGetNSLoadedList
(conn : NWCONN_HANDLE;
volNum : nuint8;
maxListLen : nuint8;
NSLoadedList : pnuint8;
actualListLen : pnuint8
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the volume number to obtain the list from.
(IN) Specifies the size of NSLoadedList (in bytes).
(OUT) Points to a buffer ( maxListLen bytes).
(OUT) Points to the number of name spaces loaded (in bytes).
These are common return values; see Return Values (Return Values for C) for more information.
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).