NWDSSyncSchema(3nw)
NWDSSyncSchema --
signals the skulker to schedule an update of the schema a specified number of seconds in the future
Synopsis
#include <nwnet.h>
or
#include <nwdssch.h>
NWDSCCODE N_API NWDSSyncSchema
(NWDSContextHandle context,
pnstr8 server,
nuint32 seconds);
Description
The parameters are as follows:
- context
-
(IN) Specifies the Directory context for the request.
- server
-
(IN) Points to the server name to signal.
- seconds
-
(IN) Specifies the number of seconds to wait until the update is scheduled.
Return values
- 0x0000
-
SUCCESSFUL
- Negative Value
-
Negative values indicate errors. For errors returned by Directory Services,
see ``Directory Services OS Errors'' (-001 to -255), ``Directory Services
Client Library Errors'' (-301 to -399), or ``Directory Services Agent in the
server Errors'' (-601 to -699).
Notices
NWDSSyncSchema wakes up the sleeping synchronization process and
alerts it to begin synchronization at the time specified.
Services
Directory
NCP calls
- 0x2222 39 0
-
Synchronize Schema
References
NWDSSyncPartition(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.