NWGetDMFileInfo(3nw)
NWGetDMFileInfo --
returns information about data migrated files
Synopsis
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetDMFileInfo
(NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
pnstr8 path,
nuint8 nameSpace,
pnuint32 supportModuleID,
pnuint32 restoreTime,
pnuint32 dataStreams);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- dirHandle
-
(IN) Specifies the directory handle associated with the desired name space (optional).
- path
-
(IN) Points to a valid DOS path pointing to a file.
- nameSpace
-
(IN) Specifies the name space of the DOS path.
- supportModuleID
-
(OUT) Points to the ID of the Support Module containing the migrated data.
- restoreTime
-
(OUT) Points to an estimate of the time needed to retrieve the data.
- dataStreams
-
(OUT) Points to an array of supported data streams.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x8998
-
VOLUME_DOES_NOT_EXIST
- 0x899B
-
Bad AFP EntryID
- 0x899E
-
INVALID_FILENAME
- 0x89A8
-
ERR_ACCESS_DENIED
- 0x89BF
-
INVALID_NAME_SPACE
- 0x00F0
-
ERR_INVALID_SM_ID
Services
Data Migration
NCP calls
Obtain File or Subdirectory Information
- 0x2222 87 06
-
Obtain File or Subdirectory Information
- 0x2222 90 129
-
DM File Information
References
NWGetSupportModuleInfo(3nw),
NWMoveFileFromDM(3nw),
NWMoveFileToDM(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.