NWGetNLMInfo
Returns information about a specific loaded NLM.
#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);
uses calwin32
Function NWGetNLMInfo
(conn : NWCONN_HANDLE;
NLMNum : nuint32;
fileName : pnstr8;
NLMname : pnstr8;
copyright : pnstr8;
Var fseNLMInfo : NWFSE_NLM_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetNLMInfo, you must have console operator rights.
NWGetNLMInfo should only be called for NLMs that have information in the buffer.