<div class="content" name="DS_REPL_ATTR_VALUE_META_DATA_2" uuid="78196358-ad2a-4c6b-83ff-cef40577ba85"><p>The DS_REPL_ATTR_VALUE_META_DATA_2 structure defines a
sequence of <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8878eaba-14b8-463b-94be-5784c1d24a85" data-linktype="relative-path">link value stamps</a></span>.
This structure is a concrete representation of a sequence of <span><a href="6a951789-7afa-47dd-a96c-83fc0e30aa3d" data-linktype="relative-path">LinkValueStamp</a></span>
values; it is a superset of <span><a href="8e3dbb53-7f7f-4c37-9095-921fa9c0a4df" data-linktype="relative-path">DS_REPL_ATTR_VALUE_META_DATA</a></span>.</p><dl>
<dd>
<div><pre> typedef struct {
   DWORD cNumEntries;
   DWORD dwEnumerationContext;
   [size_is(cNumEntries)] DS_REPL_VALUE_META_DATA_2 rgMetaData[];
 } DS_REPL_ATTR_VALUE_META_DATA_2;
</pre></div>
</dd></dl><p><b>cNumEntries:</b>  The number of items in
the <b>rgMetaData</b> array.</p><p><b>dwEnumerationContext:</b>  The value a
client uses to populate the <b>dwEnumerationContext</b> field of the request on
a future call to <span><a href="dd29f9ce-b30b-411e-bd54-b77634eded47" data-linktype="relative-path">IDL_DRSGetReplInfo</a></span>
to retrieve additional results. For an informative description of the
sequencing issues associated with this field, see section <span><a href="67c5a415-a6c7-4098-8cf3-6ef8d173cfe8" data-linktype="relative-path">1.3.2</a></span>.</p><p><b>rgMetaData:</b>  The sequence of link
value stamps.</p></div>