NWMoveFileFromDM(3nw)


NWMoveFileFromDM -- moves file data from an online, long term storage medium to a NetWare volume

Synopsis

   #include <nwmigrat.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWMoveFileFromDM (NWCONN_HANDLE conn, NWDIR_HANDLE dirHandle, pnstr8 path, nuint8 nameSpace);

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.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x8978
ERR_VOLUME_FLAG_NOT_SET

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x8998
VOLUME_DOES_NOT_EXIST

0x899B
BAD_DIRECTORY_HANDLE

0x899C
INVALID_PATH

0x899E
INVALID_FILENAME

0x89A8
ERR_ACCESS_DENIED

0x89FB
Invalid Namespace (abends the server)

Services

Data Migration

NCP calls

0x2222 87 06
Obtain File or Subdirectory Information

0x2222 90 133
Move File Data From DMr

References

NWMoveFileToDM(3nw), NWSetDefaultSupportModule(3nw), NWGetDMFileInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.