NWGetNCPExtensionsList
Returns a list of NCP extension handlers loaded on the server
#include <nwncpext.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNCPExtensionsList (
NWCONN_HANDLE conn,
pnuint32 startNCPExtensionID,
pnuint16 itemsInList,
pnuint32 NCPExtensionIDList);
uses calwin32
Function NWGetNCPExtensionsList
(conn : NWCONN_HANDLE;
startNCPExtensionID : pnuint32;
itemsInList : pnuint16;
NCPExtensionIDList : pnuint32
) : NWCCODE;
If there are more than 128 extension handlers loaded, call NWGetNCPExtensionsList multiple times.
Set startNCPExtensionID to 0 for the first iteration. NWGetNCPExtensionsList returns the next value to use.