Returns information about the data migrator
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetDataMigratorInfo (
NWCONN_HANDLE conn,
pnuint32 DMPresentFlag,
pnuint32 majorVersion,
pnuint32 minorVersion,
pnuint32 DMSMRegistered);
uses calwin32
Function NWGetDataMigratorInfo
(conn : NWCONN_HANDLE;
DMPresentFlag : pnuint32;
majorVersion : pnuint32;
minorVersion : pnuint32;
DMSMRegistered : pnuint32
) : NWCCODE;
(IN) Specifies the NetWare® server connection handle.
(OUT) Points to a flag. If equal to -1, the DM NLM has been loaded and is running; if equal to 0, the DM NLM is not loaded.
(OUT) Points to the data migrator major version number.
(OUT) Points to the data migrator minor version number.
(OUT) Points to a flag indicating if the support module has been registered with the data migrator: non-zero = support module was registered, zero = support module was not registered.
These are common return values; see Return Values for C for more information.