<div class="content" name="NETLOGON_DELTA_ALIAS_MEMBER" uuid="aeca7467-5e13-417c-a4cb-71d1f6476090"><p>The <b>NETLOGON_DELTA_ALIAS_MEMBER</b> structure contains
all the members of a SAM <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_d046b6e2-3f79-47e1-87d7-754566744dcd" data-linktype="relative-path">alias</a></span>. This
structure is used for replicating the SAM alias data from the <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_663cb13a-8b75-477f-b6e1-bea8f2fba64d" data-linktype="relative-path">PDC</a></span>
to a BDC, as detailed in section <span><a href="f28f9dc8-eeb2-4112-9eec-a466f639c761" data-linktype="relative-path">3.6</a></span>.</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_ALIAS_MEMBER {
   NLPR_SID_ARRAY Members;
   ULONG DummyLong1;
   ULONG DummyLong2;
   ULONG DummyLong3;
   ULONG DummyLong4;
 } NETLOGON_DELTA_ALIAS_MEMBER,
  *PNETLOGON_DELTA_ALIAS_MEMBER;
</pre></div>
</dd></dl><p><b>Members:</b> An <b>NLPR_SID_ARRAY</b> structure,
as specified in section <span><a href="d89f92c6-bc7c-4af3-a96d-835e9ab03ca0" data-linktype="relative-path">2.2.1.5.6</a></span>, that
contains an array of <span><a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_83f2020d-0804-4840-a5ac-e06439d50f8d" data-linktype="relative-path">SIDs</a></span> for each member
of the alias.</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 <span><a href="bbc95890-215e-49a9-8bb8-92e723548046" data-linktype="relative-path">1.3.8.1.2</a></span>.</p><p><b>DummyLong2:</b> See definition for <b>DummyLong1</b>
field.</p><p><b>DummyLong3:</b> See definition for <b>DummyLong1</b>
field.</p><p><b>DummyLong4:</b> See definition for <b>DummyLong1</b>
field.</p></div>