NWGetNLMInfo(3nw)
NWGetNLMInfo --
returns information about a specific loaded NLM
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNLMInfo
(NWCONN_HANDLE conn,
nuint32 NLMNum,
pnstr8 fileName,
pnstr8 NLMName,
pnstr8 copyright,
NWFSE_NLM_INFO N_FAR
fseNLMInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- NLMNum
-
(IN) Specifies the NLM ID number returned by NWGetNLMLoadedList.
- fileName
-
(OUT) Points to the name of the NLM file.
- NLMName
-
(OUT) Points to the NLM name.
- copyright
-
(OUT) Points to the copyright string (optional).
- fseNLMInfo
-
(OUT) Points to NWFSE_NLM_INFO.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89FF
-
Failure or Invalid NLM Number
Notices
To call NWGetNLMInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 11
-
NLM Information
References
NWGetNLMLoadedList(3nw),
NWGetNLMsResourceTagList(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.