NWGetNLMsResourceTagList(3nw)
NWGetNLMsResourceTagList --
returns information about resources used by NLMs on a server
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNLMsResourceTagList
(NWCONN_HANDLE conn,
nuint32 NLMNum,
nuint32 startNum,
NWFSE_NLMS_RESOURCE_TAG_LIST N_FAR
fseNLMsResourceTagList);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- NLMNum
-
(IN) Specifies the NLM ID number representing the NLM on the server, returned by NWGetNLMLoadedList.
- startNum
-
(IN) Specifies the previous startNum, plus the value in packetResourceTags of NWFSE_NLMS_RESOURCE_TAG_LIST; normally 0 (zero) on the first call.
- fseNLMsResourceTagList
-
(OUT) Points to NWFSE_NLMS_RESOURCE_TAG_LIST.
Return values
- 0x0000
-
SUCCESSFUL
Notices
To call NWGetNLMsResourceTagList, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 15
-
Get NLM's Resource Tag List
References
NWGetNLMInfo(3nw),
NWGetNLMLoadedList(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.