4.1.13.1.14 DS_REPL_OBJ_META_DATA

The DS_REPL_OBJ_META_DATA 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.

 typedef struct {
   DWORD cNumEntries;
   DWORD dwReserved;
   [size_is(cNumEntries)] DS_REPL_ATTR_META_DATA rgMetaData[];
 } DS_REPL_OBJ_META_DATA;

cNumEntries: The count of items in the rgMetaData array.

dwReserved: Unused. MUST be 0 and ignored.

rgMetaData: A set of attribute stamps.