Directory Services

DS_REPL_ATTR_VALUE_META_DATA_2

The DS_REPL_ATTR_VALUE_META_DATA_2 structure is used with the DsReplicaGetInfo2 function to provide metadata for a collection of attribute values.

typedef struct {
DWORD cNumEntries;
DWORD dwEnumerationContext;
DS_REPL_VALUE_META_DATA rgMetaData[1]; } DS_REPL_ATTR_VALUE_META_DATA_2;

Members

cNumEntries
Contains the number of elements in the rgMetaData array.
dwEnumerationContext
Contains 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
Contains an array of DS_REPL_VALUE_META_DATA_2 structures that contain the individual attribute replication values. The cNumEntries member contains the number of elements in this array.

Requirements

Client: Included in Windows XP.
Server: Included in Windows Server 2003.
Header: Declared in Ntdsapi.h.

See Also

DsReplicaGetInfo2, DS_REPL_VALUE_META_DATA_2