<div class="content" name="DS_REPL_ATTR_META_DATA_2" uuid="8036e127-f8ae-4341-b218-86db427d5791"><p>The DS_REPL_ATTR_META_DATA_2 structure defines an <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_108a1419-49a9-4d19-b6ca-7206aa726b3f" data-linktype="relative-path">attribute</a></span>
<span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_ff635a35-a17d-477b-a30d-9723b415bf00" data-linktype="relative-path">stamp</a></span>
for a given <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8bb43a65-7a8c-4585-a7ed-23044772f8ca" data-linktype="relative-path">object</a></span>. This
structure is a concrete representation of an <span><a href="2973bb80-c8ed-450d-a981-59639e09820b" data-linktype="relative-path">AttributeStamp</a></span>; it
is a superset of <span><a href="f7a10e53-9c45-4719-a641-4db15e385297" data-linktype="relative-path">DS_REPL_ATTR_META_DATA</a></span>.</p><dl>
<dd>
<div><pre> typedef struct {
   [string] LPWSTR pszAttributeName;
   DWORD dwVersion;
   FILETIME ftimeLastOriginatingChange;
   UUID uuidLastOriginatingDsaInvocationID;
   USN usnOriginatingChange;
   USN usnLocalChange;
   [string] LPWSTR pszLastOriginatingDsaDN;
 } DS_REPL_ATTR_META_DATA_2;
</pre></div>
</dd></dl><p><b>pszAttributeName:</b>  The <span><a href="../ms-ada1/0a4cbb52-338f-4965-859e-cdd7fd1bbf8b" data-linktype="relative-path">lDAPDisplayName</a></span>
of the attribute to which the stamp corresponds.</p><p><b>dwVersion:</b>  The stamp version.</p><p><b>ftimeLastOriginatingChange:</b>  The
date and time at which the last <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_119f7bf0-9100-4f4a-b593-ab4e6ccfea20" data-linktype="relative-path">originating update</a></span>
was made.</p><p><b>uuidLastOriginatingDsaInvocationID:</b>  The
<span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_e7869b9a-61fa-46e3-89dd-fb3f57d1ba7a" data-linktype="relative-path">invocation
ID</a></span> of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span> that performed
the last originating update.</p><p><b>usnOriginatingChange:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_01936446-8739-4b98-b83f-fb5e2a53ce4c" data-linktype="relative-path">USN</a></span>
assigned to the last originating update by the DC that performed it.</p><p><b>usnLocalChange:</b>  An
implementation-specific value.</p><p><b>pszLastOriginatingDsaDN:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_1175dd11-9368-41d5-98ed-d585f268ad4b" data-linktype="relative-path">DN</a></span>
of the <span><a href="../ms-adsc/5a79757d-2412-4846-bd7c-7585838a5a44" data-linktype="relative-path">nTDSDSA</a></span>
object with an <span><a href="../ms-ada1/3ac24cae-9ec7-4ba7-9878-21fd42a0371b" data-linktype="relative-path">invocationId</a></span>
of uuidLastOriginatingDsaInvocationID.</p></div>