NWGetDataMigratorInfo

Obtains information about a data migration NLM application

Local Servers:blocking
Remote Servers:blocking
Classification:4.x, 5.x, 6.x
Service:Server-Based Data Migration

Syntax

   #include <\nlm\nit\nwdatamg.h> 
     
   void NWGetDataMigratorInfo (  
      LONG   *DMPresentFlag,  
      LONG   *majorVersion,  
      LONG   *minorVersion,  
      LONG   *numberOfSupportModules); 
   

Parameters

DMPresentFlag

(OUT) Receives the status of the data migration NLM.

majorVersion

(OUT) Receives the major version number of the data migration NLM.

minorVersion

(OUT) Receives the minor version number of the data migration NLM.

numberOfSupportModules

(OUT) Receives the number of modules supported by the data migration NLM.

Remarks

For cross-platform functionality, call NWGetDataMigratorInfo.

This function obtains the following information about the data migration NLM:

  • Whether it is loaded and running

  • Its major and minor version numbers

  • The number of modules supported by the NLM

The DMPresentFlag receives -1 if the data migration NLM is loaded and running. If DMPresentFlag receives 0, the data migration NLM is not loaded.