<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/3ef06890-0519-4f6e-889d-ec76cd865d7c" data-linktype="external">msdn link</a></p><p>The <b>NETLOGON_DELTA_DELETE_GROUP</b> structure contains
information about a <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_51c51c14-7f9d-4c0b-a69c-d3e059bfffac" data-linktype="relative-path">group</a>
to be deleted in the <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_00f35ba3-4dbb-4ff9-8e27-572a6aea1b15" data-linktype="relative-path">database</a>.
This structure is used for replicating the SAM group 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><dl>
<dd>
<div><pre> typedef struct _NETLOGON_DELTA_DELETE_GROUP {
   [string] wchar_t* AccountName;
   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_DELTA_DELETE_GROUP,
  *PNETLOGON_DELTA_DELETE_GROUP;
</pre></div>
</dd></dl><p><b>AccountName:</b> A null-terminated <a href="b5e7d25a-40b2-41c8-9611-98f53358af66#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode string</a> that
contains the name of the group to delete.</p><p><b>DummyString1:</b> A <b>STRING</b> structure, as
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 <b>DummyString1</b>
field.</p><p><b>DummyString3:</b> See definition for <b>DummyString1</b>
field.</p><p><b>DummyString4:</b> See definition for <b>DummyString1</b>
field.</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 <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>