<div class="content" name="NETLOGON_RENAME_ALIAS" uuid="15426b42-7d07-40e4-bca7-933823d1b40e"><p>The <b>NETLOGON_RENAME_ALIAS</b> structure specifies a rename
of an <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_d046b6e2-3f79-47e1-87d7-754566744dcd" data-linktype="relative-path">alias</a></span>.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_RENAME_ALIAS {
   UNICODE_STRING OldName;
   UNICODE_STRING NewName;
   UNICODE_STRING DummyString1;
   UNICODE_STRING DummyString2;
   UNICODE_STRING DummyString3;
   UNICODE_STRING DummyString4;
   ULONG DummyLong1;
   ULONG DummyLong2;
   ULONG DummyLong3;
   ULONG DummyLong4;
 } NETLOGON_RENAME_ALIAS,
  *PNETLOGON_DELTA_RENAME_ALIAS;
</pre></div>
</dd></dl><p><b>OldName:</b> A <b>UNICODE_STRING</b> structure
that contains the previous name of the alias.</p><p><b>NewName:</b> A <b>UNICODE_STRING</b> structure
that contains the new name to assign to the alias.</p><p><b>DummyString1:</b> A <b>UNICODE_STRING</b>
structure, defined in section <span><a>2.2.1.1.3</a></span>, that
MUST contain 0 for the <b>Length</b> field, 0 for the <b>MaximumLength</b>
field, and NULL for the <b>Buffer</b> field. It is ignored upon receipt. The
Netlogon usage of dummy fields is defined in section <span><a href="bbc95890-215e-49a9-8bb8-92e723548046" data-linktype="relative-path">1.3.8.1.2</a></span>.</p><p><b>DummyString2: </b>See definition for DummyString1.</p><p><b>DummyString3:</b> See definition for DummyString1.</p><p><b>DummyString4:</b> See definition for DummyString1.</p><p><b>DummyLong1:</b> MUST be set to zero and MUST be
ignored on receipt. The Netlogon usage of dummy fields is defined in section
1.3.8.1.2.</p><p><b>DummyLong2:</b> See definition for DummyLong1.</p><p><b>DummyLong3:</b> See definition for DummyLong1.</p><p><b>DummyLong4:</b> See definition for DummyLong1.</p></div>