4.1.13.1.18 DS_REPL_KCC_DSA_FAILURESW

The DS_REPL_KCC_DSA_FAILURESW structure defines a set of DCs that are in an error state with respect to replication. This structure is a concrete representation of KCCFailedConnections and KCCFailedLinks.

 typedef struct {
   DWORD cNumEntries;
   DWORD dwReserved;
   [size_is(cNumEntries)] DS_REPL_KCC_DSA_FAILUREW rgDsaFailure[];
 } DS_REPL_KCC_DSA_FAILURESW;

cNumEntries: The count of items in the rgDsaFailure array.

dwReserved: Unused. MUST be 0 and ignored.

rgDsaFailure: An array of DS_REPL_KCC_DSA_FAILUREW structures.