Tells the specified partition to send full updates to any server holding a replica of the partition.
#include <nwnet.h>
or
#include <nwdspart.h>
N_EXTERN_LIBRARY (NWDSCCODE) NWDSPartitionSendAllUpdates (
NWDSContextHandle context,
pnstr8 partitionRoot,
pnstr8 serverName);
uses netwin32
Function NWDSPartitionSendAllUpdates
(context : NWDSContextHandle;
partitionRoot : pnstr8;
serverName : pnstr8
) : NWDSCCODE;
(IN) Specifies the NDS context for the request.
(IN) Points to the name root object name for the partition.
(IN) Points to the server name where the partition is located.
|
0x0000 0000 |
SUCCESSFUL |
|
nonzero value |
Nonzero values indicate errors. See |
Error conditions may prevent data from being propagated to all replicas of a partition. To remedy this situation, call the NWDSPartitionSendAllUpdates function.