NWGetDataMigratorInfo(3nw)
NWGetDataMigratorInfo --
returns information about the data migrator
Synopsis
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetDataMigratorInfo
(NWCONN_HANDLE conn,
pnuint32 DMPresentFlag,
pnuint32 majorVersion,
pnuint32 minorVersion,
pnuint32 DMSMRegistered);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare® server connection handle.
- DMPresentFlag
-
(OUT) Points to a flag. If equal to -1, the DM NLM has been loaded and is running; if equal to 0, the DM NLM is not loaded.
- majorVersion
-
(OUT) Points to the data migrator major version number.
- minorVersion
-
(OUT) Points to the data migrator minor version number.
- DMSMRegistered
-
(OUT) Points to a flag indicating if the support module has been registered with the data migrator: non-zero = support module was registered, zero = support module was not
registered.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89FB
-
Data Migration is not supported
Services
Data Migration
NCP calls
Migrator Status Info
- 0x2222 90 131
-
Migrator Status Info
References
NWGetDMVolumeInfo(3nw),
NWGetDMFileInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.