2.2.1.5.7 NETLOGON_DELTA_ALIAS_MEMBER

The NETLOGON_DELTA_ALIAS_MEMBER structure contains all the members of a SAM alias. This structure is used for replicating the SAM alias data from the PDC to a BDC, as detailed in section 3.6.

 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;

Members: An NLPR_SID_ARRAY structure, as specified in section 2.2.1.5.6, that contains an array of SIDs for each member of the alias.

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.