Directory Services |
The DsReplicaVerifyObjects function verifies all objects for a naming context with a source.
DWORD WINAPI DsReplicaVerifyObjects( HANDLE hDS, LPCTSTR NameContext, const UUID* pUuidDsaSrc, ULONG ulOptions );
Value | Meaning |
---|---|
DS_EXIST_ADVISORY_MODE | Do not delete objects in response to this function. |
Return Code | Description |
---|---|
ERROR_INVALID_PARAMETER | One or more parameters are invalid. |
ERROR_NOT_SUPPORTED | The server does not support this operation. |
ERROR_DS_DRA_BAD_NC | The naming context, identified by the NameContext parameter, is invalid. |
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Unicode: Implemented only as ANSI and Unicode.
Header: Declared in Ntdsapi.h.
Library: Use Ntdsapi.lib.
DsBind, DsBindWithCred, DsBindWithSpn, Domain Controller and Replication Management Functions