<div class="content"><p> </p><p>The DS_REPL_ATTR_VALUE_META_DATA 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.</p><dl>
<dd>
<div><pre> typedef struct {
   DWORD cNumEntries;
   DWORD dwEnumerationContext;
   [size_is(cNumEntries)] DS_REPL_VALUE_META_DATA rgMetaData[];
 } DS_REPL_ATTR_VALUE_META_DATA;
</pre></div>
</dd></dl><p><b>cNumEntries:</b>  The number of items in
<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>