NWGetDefaultSupportModule

Returns the default read/write Support Module ID for data migration

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Data Migration

Syntax

   #include <nwmigrat.h> 
   or 
   #include <nwcalls.h> 
    
   NWCCODE N_API  NWGetDefaultSupportModule  ( 
       NWCONN_HANDLE   conn,  
       pnuint32        supportModuleID);
   

Delphi Syntax

   uses calwin32 
    
   Function NWGetDefaultSupportModule 
     (conn : NWCONN_HANDLE; 
      supportModuleID : pnuint32 
   ) : NWCCODE;
   

Parameters

conn

(IN) Specifies the NetWare server connection handle.

supportModuleID

(OUT) Points to the currently supported module ID.

Return Values

These are common return values; see Return Values for C for more information.

0x0000

SUCCESSFUL

0x00F0

ERR_INVALID_SM_ID

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89EC

NO_SUCH_SEGMENT

0x89FB

N0_SUCH_PROPERTY

NCP Calls

See Also

NWSetDefaultSupportModule, NWGetSupportModuleInfo