NWGetNLMLoadedList(3nw)


NWGetNLMLoadedList -- returns a list of loaded NLM sequence numbers

Synopsis

   #include <nwfse.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetNLMLoadedList (NWCONN_HANDLE conn, nuint32 startNum, NWFSE_NLM_LOADED_LIST N_FAR * fseNLMLoadedList);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

startNum
(IN) Specifies the starting number; set to 0 (zero) for first call and sequence number <= old sequence number + NLMs for last call.

fseNLMLoadedList
(OUT) Points to NWFSE_NLM_LOADED_LIST.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure

Notices

To call NWGetNLMLoadedList, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 10
Get NLM Loaded List

References

NWGetNLMInfo(3nw), NWGetNLMsResourceTagList(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.