<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/96943cc2-4412-45df-8ac0-f4b3d323a27e" data-linktype="external">msdn link</a></p><p>The <b>NETLOGON_RENAME_USER</b> structure specifies a rename
of a user account.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_RENAME_USER {
   RPC_UNICODE_STRING OldName;
   RPC_UNICODE_STRING NewName;
   RPC_UNICODE_STRING DummyString1;
   RPC_UNICODE_STRING DummyString2;
   RPC_UNICODE_STRING DummyString3;
   RPC_UNICODE_STRING DummyString4;
   ULONG DummyLong1;
   ULONG DummyLong2;
   ULONG DummyLong3;
   ULONG DummyLong4;
 } NETLOGON_RENAME_USER,
  *PNETLOGON_DELTA_RENAME_USER;
</pre></div>
</dd></dl><p><b>OldName:</b> An <b>RPC_UNICODE_STRING</b>
structure, as specified in <a href="../ms-dtyp/cca27429-5689-4a16-b2b4-9325d93e4ba2" data-linktype="relative-path">[MS-DTYP]</a>
section <a href="../ms-dtyp/94a16bb6-c610-4cb9-8db6-26f15f560061" data-linktype="relative-path">2.3.10</a>,
that contains the user account&#39;s previous name.</p><p><b>NewName:</b> An <b>RPC_UNICODE_STRING</b>
structure, as specified in [MS-DTYP] section 2.3.10, that contains the new name
to assign to the user account.</p><p><b>DummyString1: </b>A <b>STRING</b> structure,
defined in section <a href="4a896c09-a39c-4878-94f0-9e4f8a419f32" data-linktype="relative-path">2.2.1.1.2</a>,
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 described in section <a href="bbc95890-215e-49a9-8bb8-92e723548046" data-linktype="relative-path">1.3.8.1.2</a>.</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 described 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>