<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/3d4c5636-1f2a-4896-a717-d8598ffaffab" data-linktype="external">msdn link</a></p><p>The <b>NETLOGON_DELTA_GROUP_MEMBER</b> structure contains
information about members of a <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_51c51c14-7f9d-4c0b-a69c-d3e059bfffac" data-linktype="relative-path">group</a> by providing pointers
to a list of group members and their respective attributes. This structure is
used to replicate the group membership data from the <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_663cb13a-8b75-477f-b6e1-bea8f2fba64d" data-linktype="relative-path">PDC</a> to a BDC, as detailed
in section <a href="f28f9dc8-eeb2-4112-9eec-a466f639c761" data-linktype="relative-path">3.6</a>.</p><p>All fields of this structure, except the fields detailed
following the structure definition, have the same meanings as the identically
named fields of the <b>SAMPR_GET_MEMBERS_BUFFER</b> structure, as specified in <a href="../ms-samr/4df07fab-1bbc-452f-8e92-7853a3c7e380" data-linktype="relative-path">[MS-SAMR]</a>
section <a href="../ms-samr/225147b1-45b7-4fde-a5bf-bf420e18fa08" data-linktype="relative-path">2.2.7.14</a>.
The last four fields of the structure (DummyLong1, DummyLong2, DummyLong3, and
DummyLong4) are not found in [MS-SAMR].</p><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_GROUP_MEMBER {
   [size_is(MemberCount)] ULONG * Members;
   [size_is(MemberCount)] ULONG * Attributes;
   ULONG MemberCount;
   ULONG DummyLong1;
   ULONG DummyLong2;
   ULONG DummyLong3;
   ULONG DummyLong4;
 } NETLOGON_DELTA_GROUP_MEMBER,
  *PNETLOGON_DELTA_GROUP_MEMBER;
</pre></div>
</dd></dl><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 <a href="bbc95890-215e-49a9-8bb8-92e723548046" data-linktype="relative-path">1.3.8.1.2</a>.</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>