NWDSPartitionSendAllUpdates

Tells the specified partition to send full updates to any server holding a replica of the partition.

Local Servers:blocking
Remote Servers:blocking
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 <nwdspart.h> 
   
  N_EXTERN_LIBRARY (NWDSCCODE)  NWDSPartitionSendAllUpdates  ( 
     NWDSContextHandle   context,  
     pnstr8              partitionRoot,  
     pnstr8              serverName); 
  

Pascal

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

Parameters

context

(IN) Specifies the NDS context for the request.

partitionRoot

(IN) Points to the name root object name for the partition.

serverName

(IN) Points to the server name where the partition is located.

Return Values

0x0000 0000

SUCCESSFUL

nonzero value

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

Remarks

Error conditions may prevent data from being propagated to all replicas of a partition. To remedy this situation, call the NWDSPartitionSendAllUpdates function.

NCP Calls

See Also

NWDSPartitionReceiveAllUpdates