Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DS_REPL_KCC_DSA_FAILURESW structure (ntdsapi.h)

The DS_REPL_KCC_DSA_FAILURES structure contains an array of DS_REPL_KCC_DSA_FAILURE structures, which in turn contain replication state data with respect to inbound replication partners, as returned by the DsReplicaGetInfo and DsReplicaGetInfo2 functions.

Syntax

typedef struct _DS_REPL_KCC_DSA_FAILURESW {
 DWORD cNumEntries;
 DWORD dwReserved;
#if ...
 DS_REPL_KCC_DSA_FAILUREW rgDsaFailure[];
#else
 DS_REPL_KCC_DSA_FAILUREW rgDsaFailure[1];
#endif
} DS_REPL_KCC_DSA_FAILURESW;

Members

cNumEntries

Contains the number of elements in the rgMetaData array.

dwReserved

Reserved for future use.

rgDsaFailure

Contains an array of DS_REPL_KCC_DSA_FAILURE structures that contain the requested replication data. The cNumEntries member contains the number of elements in this array.

rgDsaFailure[1]

Contains an array of DS_REPL_KCC_DSA_FAILURE structures that contain the requested replication data. The cNumEntries member contains the number of elements in this array.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header ntdsapi.h

See also

DS_REPL_KCC_DSA_FAILURE

DsReplicaGetInfo

DsReplicaGetInfo2


Feedback

Was this page helpful?

Additional resources