NWDSReloadDS

Requests a specified server to unload and then load the DS NLM.

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98, Windows 2000, Windows XP
Library:Cross-Platform NDS (NET*.*)
Service:NDS

Syntax

C

  #include <nwnet.h> 
  or
  #include <nwdsmisc.h> 
   
  N_EXTERN_LIBRARY (NWDSCCODE)  NWDSReloadDS  ( 
     NWDSContextHandle   context,  
     pnstr8              serverName); 
  

Pascal

  uses netwin32 
   
  Function NWDSReloadDS 
    (context : NWDSContextHandle; 
     serverName : pnstr8 
  ) : NWDSCCODE;
  

Parameters

context

(IN) Specifies the NDS context for the request.

serverName

(IN) Points to the server to send the request to.

Return Values

0x0000 0000

SUCCESSFUL

nonzero value

Nonzero values indicate errors. See NDS Return Values (–001 to –799).

Remarks

NWDSReloadDS requests the server to reload the DS NLM.

NCP Calls