NWGetDefaultSupportModule(3nw)


NWGetDefaultSupportModule -- returns the default Read/Write Support Module ID for data migration

Synopsis

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

NWCCODE N_API NWGetDefaultSupportModule (NWCONN_HANDLE conn, pnuint32 supportModuleID);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

supportModuleID
(OUT) Points to the currently supported module ID.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89EC
NO_SUCH_SEGMENT

0x00F0
ERR_INVALID_SM_ID

0x89FB
N0_SUCH_PROPERTY

Services

Data Migration

NCP calls

0x2222 90 134
Get/Set Default Read-Write Support Module ID

References

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