4.1.13.1.16 DS_REPL_OBJ_META_DATA_2

The DS_REPL_OBJ_META_DATA_2 structure defines a set of attribute stamps for a given object. This structure is a concrete representation of the sequence of AttributeStamp values for all attributes of a given object; it is a superset of DS_REPL_OBJ_META_DATA.

 typedef struct {
   DWORD cNumEntries;
   DWORD dwReserved;
   [size_is(cNumEntries)] DS_REPL_ATTR_META_DATA_2 rgMetaData[];
 } DS_REPL_OBJ_META_DATA_2;

cNumEntries: The count of items in the rgMetaData array.

dwReserved: Unused. MUST be 0 and ignored.

rgMetaData: A set of attribute stamps.