2.2.1.5.23 NETLOGON_RENAME_ALIAS

The NETLOGON_RENAME_ALIAS structure specifies a rename of an alias.

 typedef struct _NETLOGON_DELTA_RENAME_ALIAS {
   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_ALIAS,
  *PNETLOGON_DELTA_RENAME_ALIAS;

OldName: An RPC_UNICODE_STRING structure, as specified in [MS-DTYP] section 2.3.10, that contains the previous name of the alias.

NewName: An RPC_UNICODE_STRING structure, as specified in [MS-DTYP] section 2.3.10, that contains the new name to assign to the alias.

DummyString1: A STRING structure, defined in section 2.2.1.1.2, that MUST contain 0 for the Length field, 0 for the MaximumLength field, and NULL for the Buffer field. It is ignored upon receipt. The Netlogon usage of dummy fields is defined in section 1.3.8.1.2.

DummyString2: See definition for DummyString1.

DummyString3: See definition for DummyString1.

DummyString4: See definition for DummyString1.

DummyLong1: 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.

DummyLong2: See definition for DummyLong1.

DummyLong3: See definition for DummyLong1.

DummyLong4: See definition for DummyLong1.