DS_REPL_ATTR_VALUE_META_DATA_EXT structure (ntdsapi.h)

Provides metadata for a collection of attribute replication values.

Syntax

typedef struct _DS_REPL_ATTR_VALUE_META_DATA_EXT {
  DWORD                       cNumEntries;
  DWORD                       dwEnumerationContext;
#if ...
  DS_REPL_VALUE_META_DATA_EXT rgMetaData[];
#else
  DS_REPL_VALUE_META_DATA_EXT rgMetaData[1];
#endif
} DS_REPL_ATTR_VALUE_META_DATA_EXT;

Members

cNumEntries

The number of elements in the rgMetaData array.

dwEnumerationContext

The zero-based index of the next entry to retrieve if more entries are available. This value is passed for the dwEnumerationContext parameter in the next call to DsReplicaGetInfo2 to retrieve the next block of entries. If no more entries are available, this member contains -1.

rgMetaData

An array of DS_REPL_VALUE_META_DATA_EXT structures that contain the attribute replication values. The cNumEntries member contains the number of elements in this array.

An array of DS_REPL_VALUE_META_DATA_EXT structures that contain the attribute replication values. The cNumEntries member contains the number of elements in this array.

rgMetaData[1]

An array of DS_REPL_VALUE_META_DATA_EXT structures that contain the attribute replication values. The cNumEntries member contains the number of elements in this array.

An array of DS_REPL_VALUE_META_DATA_EXT structures that contain the attribute replication values. 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_INFO_TYPE

Domain Controller and Replication Management Structures