NWGetNLMLoadedList
Returns a list of loaded NLM sequence numbers.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNLMLoadedList (
NWCONN_HANDLE conn,
nuint32 startNum,
NWFSE_NLM_LOADED_LIST N_FAR *fseNLMLoadedList);
uses calwin32
Function NWGetNLMLoadedList
(conn : NWCONN_HANDLE;
startNum : nuint32;
Var fseNLMLoadedList : NWFSE_NLM_LOADED_LIST
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetNLMLoadedList, you must have console operator rights.
NWGetNLMLoadedList will only return information about 130 NLMs at a time. If you have more than 130 NLMs loaded, call NWGetNLMLoadedList iteratively and pass to startNum the number of the next NLM that you want to start the list with. For example:
fseNLMLoadedList->NLMNums[fseNLMLoadedList->NLMsInList]+1