NWGetDMVolumeInfo

Obtains information about the volume from which data has been migrated to long-term storage

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 NWGetDMVolumeInfo (  
      LONG    volume,  
      LONG    supportModuleID,  
      LONG   *numberOfFilesMigrated,  
      LONG   *totalMigratedSize,  
      LONG   *spaceUsed,  
      LONG   *limboUsed,  
      LONG   *spaceMigrated,  
      LONG   *filesLimbo); 
   

Parameters

volume

(IN) Specifies the volume that contains migrated files.

numberOfFilesMigrated

(OUT) Receives the number of files on the volume that have been migrated to long-term storage.

totalMigratedSize

(OUT) Receives the total size needed to recover all data migrated on the volume.

Return Values

0

Successful.

Remarks

For cross-platform functionality, call NWGetDMVolumeInfo.