NWDSSyncSchema

Signals the skulker to schedule an update of the schema a specified number of seconds in 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 <nwdssch.h> 
   
  N_EXTERN_LIBRARY (NWDSCCODE)  NWDSSyncSchema  ( 
     NWDSContextHandle   context,  
     pnstr8              server,  
     nuint32             seconds);
  

Pascal

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

Parameters

context

(IN) Specifies the NDS context for the request.

server

(IN) Points to the server name to signal.

seconds

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

Return Values

0x0000 0000

SUCCESSFUL

nonzero value

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

Remarks

NWDSSyncSchema wakes up the sleeping synchronization process and alerts it to begin synchronization at the time specified.

NCP Calls

See Also

NWDSSyncPartition