NWGetSupportModuleInfo(3nw)
NWGetSupportModuleInfo --
returns Data Migrator NLM support module information
Synopsis
#include <nwmigrat.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetSupportModuleInfo
(NWCONN_HANDLE conn,
nuint32 informationLevel,
nuint32 supportModuleID,
pnuint8 returnInfo,
pnuint32 returnInfoLen);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- informationLevel
-
(IN) Specifies the level of information to be returned. If information
Level = 0, return information about the DM NLM support
module; if information Level = 1, return a list of all loaded support
module IDs.
- supportModuleID
-
(IN) Specifies the assigned ID number of the support module
migrating the data.
- returnInfo
-
(OUT) Points to the area in which to store the information.
- returnInfoLen
-
(OUT) Points to the size of the data area the user allocated in which
to return information.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89A8
-
ERR_ACCESS_DENIED
- 0x00F0
-
ERR_INVALID_SM_ID
- 0x89FF
-
Failure, Invalid Info Level, or Invalid Parameter
Services
Data Migration
NCP calls
- 0x2222 90 132
-
DM Support Module Information
References
NWGetDefaultSupportModule(3nw),
NWGetDataMigratorInfo(3nw),
NWGetDMVolumeInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.