<div class="content"><p> </p><p>The REPLENTINFLIST structure defines a <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_cd539538-9f7e-4881-b5af-2301b420244d" data-linktype="relative-path">concrete
type</a></span> for <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_b242435b-73cc-4c4e-95f0-b2a2ff680493" data-linktype="relative-path">updates</a></span> to one or
more <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_108a1419-49a9-4d19-b6ca-7206aa726b3f" data-linktype="relative-path">attributes</a></span>
of a given <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8bb43a65-7a8c-4585-a7ed-23044772f8ca" data-linktype="relative-path">object</a></span>.</p><dl>
<dd>
<div><pre> typedef struct REPLENTINFLIST {
   struct REPLENTINFLIST* pNextEntInf;
   ENTINF Entinf;
   BOOL fIsNCPrefix;
   UUID* pParentGuid;
   PROPERTY_META_DATA_EXT_VECTOR* pMetaDataExt;
 } REPLENTINFLIST;
</pre></div>
</dd></dl><p><b>pNextEntInf:</b>  The next
REPLENTINFLIST in the sequence, or null.</p><p><b>Entinf:</b>  The object and its updated
attributes.</p><p><b>fIsNCPrefix:</b>  TRUE only if the
object is an <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_784c7cce-f782-48d8-9444-c9030ba86942" data-linktype="relative-path">NC</a></span> root.</p><p><b>pParentGuid:</b>  The value of the <span><a href="../ms-ada3/937eb5c6-f6b3-4652-a276-5d6bb8979658" data-linktype="relative-path">objectGUID</a></span>
attribute of the parent of the object, or null if not known or not specified.</p><p><b>pMetaDataExt:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_ff635a35-a17d-477b-a30d-9723b415bf00" data-linktype="relative-path">stamps</a></span>
for the attributes specified in Entinf.AttrBlock. Entinf.AttrBlock and
pMetaDataExt.rgMetaData are parallel arrays. For a given integer <i>i</i> in [0
.. Entinf.AttrBlock.attrCount], the stamp for the attribute described by
Entinf.AttrBlock.pAttr^[<i>i</i>] is pMetaDataExt^.rgMetaData[<i>i</i>].</p></div>