Returns information about the Data Migrator NLM support modules or a list of all loaded support module IDs
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetSupportModuleInfo (
NWCONN_HANDLE conn,
nuint32 informationLevel,
nuint32 supportModuleID,
pnuint8 returnInfo,
pnuint32 returnInfoLen);
uses calwin32
Function NWGetSupportModuleInfo
(conn : NWCONN_HANDLE;
informationLevel : nuint32;
supportModuleID : nuint32;
returnInfo : pnuint8;
returnInfoLen : pnuint32
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the level of information to be returned. If information Level = 0, returns information about the DM NLM support module; if information Level = 1, returns a list of all loaded support module IDs.
(IN) Specifies the assigned ID number of the support module migrating the data.
(OUT) Points to the area in which to store the information.
(OUT) Points to the size of the data area the user allocated in which to return information.
These are common return values; see Return Values for C for more information.
If the informationLevel parameter contains 0 (zero), the SUPPORT_MODULE_INFO structure will be used to return information about the DM NLM support module to the returnInfo parameter. If the informationLevel parameter contains 1, the SUPPORT_MODULE_IDS structure will be used to return a list of all loaded support module IDs to the returnInfo parameter.