Signals the skulker to schedule an update of the schema a specified number of seconds in the future.
#include <nwnet.h>
or
#include <nwdssch.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWDSSyncSchema (
NWDSContextHandle context,
pnstr8 server,
nuint32 seconds);
uses netwin32
Function NWDSSyncSchema
(context : NWDSContextHandle;
server : pnstr8;
seconds : nuint32
) : NWDSCCODE;
(IN) Specifies the NDS context for the request.
(IN) Points to the server name to signal.
(IN) Specifies the number of seconds to wait before beginning the synchronization.
|
0x0000 0000 |
SUCCESSFUL |
|
nonzero value |
Nonzero values indicate errors. See |
NWDSSyncSchema wakes up the sleeping synchronization process and alerts it to begin synchronization at the time specified.