NWDSSyncPartition

Signals the skulker to schedule an update of a specified partition a specified number of seconds into the future.

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)  NWDSSyncPartition  ( 
     NWDSContextHandle   context,  
     pnstr8              server,  
     pnstr8              partition,  
     nuint32             seconds); 
  

Pascal

  uses netwin32 
   
  Function NWDSSyncPartition 
    (context : NWDSContextHandle; 
     server : pnstr8; 
     partition : pnstr8; 
     seconds : nuint32 
  ) : NWDSCCODE;
  

Parameters

context

(IN) Specifies the NDS context for the request.

server

(IN) Points to the server name where the partition resides.

partition

(IN) Points to the name of the partition to update.

seconds

(IN) Specifies the number of seconds to wait before beginning the synchronization process.

Return Values

0x0000 0000

SUCCESSFUL

nonzero value

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

Remarks

The partition must reside on the specified server.

NCP Calls

See Also

NWDSSyncReplicaToServer, NWDSSyncSchema