Returns information about data migrated files
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetDMFileInfo (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path,
nuint8 nameSpace,
pnuint32 supportModuleID,
pnuint32 restoreTime,
pnuint32 dataStreams);
uses calwin32
Function NWGetDMFileInfo
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE;
const path : pnstr8;
nameSpace : nuint8;
supportModuleID : pnuint32;
restoreTime : pnuint32;
dataStreams : pnuint32
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the directory handle associated with the desired name space (optional).
(IN) Points to a valid path that points to a file.
(IN) Specifies the name space of the path (see Section 20.5, Name Space Flag Values).
(OUT) Points to the ID of the Support Module containing the migrated data.
(OUT) Points to an estimate of the time (in ticks) needed to retrieve the data.
(OUT) Points to an array of supported data streams.
These are common return values; see Return Values for C for more information.
The time returned in the restoreTime parameter represents the estimated number of ticks needed. There are 18.2 ticks in one second.