2.2.1.5.8 NETLOGON_DELTA_DELETE_GROUP
The NETLOGON_DELTA_DELETE_GROUP structure contains information about a group to be deleted in the database. This structure is used for replicating the SAM group data from the PDC to a BDC, as detailed in section 3.6.
-
typedef struct _NETLOGON_DELTA_DELETE_GROUP { [string] wchar_t* AccountName; UNICODE_STRING DummyString1; UNICODE_STRING DummyString2; UNICODE_STRING DummyString3; UNICODE_STRING DummyString4; ULONG DummyLong1; ULONG DummyLong2; ULONG DummyLong3; ULONG DummyLong4; } NETLOGON_DELTA_DELETE_GROUP, *PNETLOGON_DELTA_DELETE_GROUP;
AccountName: A null-terminated Unicode string that contains the name of the group to delete.
DummyString1: A STRING structure, as 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 field.
DummyString3: See definition for DummyString1 field.
DummyString4: See definition for DummyString1 field.
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 field.
DummyLong3: See definition for DummyLong1 field.
DummyLong4: See definition for DummyLong1 field.