NWGetDMFileInfo

Obtains information about a file that 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 NWGetDMFileInfo (  
      char   *path,  
      LONG    nameSpace,  
      LONG   *supportModuleID,  
      LONG   *validDataStreams,  
      BYTE   *estRetrievalTime,  
      LONG   *info); 
   

Parameters

path

(IN) Points to the - path of a file.

nameSpace

(IN) Specifies the name space of the path.

supportModuleID

(OUT) Receives the assigned ID number of the support module that migrated the data to long-term storage.

validDataStreams

(OUT) Receives the data streams that are supported by the data migrator.

estRetrievalTime

(OUT) Receives an estimate of how long data retrieval will take.

info

(OUT) Points to more file information.

Return Values

0

Successful.

Remarks

For cross-platform functionality, call NWGetDMFileInfo.