The DS_REPL_ATTR_VALUE_META_DATA structure defines a sequence of link value stamps. This structure is a concrete representation of a sequence of LinkValueStamp values.
typedef struct {
DWORD cNumEntries;
DWORD dwEnumerationContext;
[size_is(cNumEntries)] DS_REPL_VALUE_META_DATA rgMetaData[];
} DS_REPL_ATTR_VALUE_META_DATA;
cNumEntries: The number of items in rgMetaData array.
dwEnumerationContext: The value a client uses to populate the dwEnumerationContext field of the request on a future call to IDL_DRSGetReplInfo to retrieve additional results. For an informative description of the sequencing issues associated with this field, see section 1.3.2.
rgMetaData: The sequence of link value stamps.