NWSetDefaultSupportModule

Sets the default read write support module ID

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

Syntax

   #include <\nlm\nit\nwdatamg.h>  
    
   LONG NWSetDefaultSupportModule (  
      LONG    newSupportModuleID,  
      LONG   *currentSupportModuleID); 
   

Parameters

newSupportModuleID

(IN) Specifies the assigned ID number of the data migration support module to migrate the data.

currentSupportModuleID

(IN) Specifies the ID number of the current support module.

Return Values

0

Successful.

Remarks

For cross-platform functionality, call NWSetDefaultSupportModule.

See Also

NWGetDefaultSupportModule