4.1.13.1.24 DS_REPL_ATTR_VALUE_META_DATA_2
The DS_REPL_ATTR_VALUE_META_DATA_2 structure defines a sequence of link value stamps. This structure is a concrete representation of a sequence of LinkValueStamp values; it is a superset of DS_REPL_ATTR_VALUE_META_DATA.
-
typedef struct { DWORD cNumEntries; DWORD dwEnumerationContext; [size_is(cNumEntries)] DS_REPL_VALUE_META_DATA_2 rgMetaData[]; } DS_REPL_ATTR_VALUE_META_DATA_2;
cNumEntries: The number of items in the rgMetaData array.
dwEnumerationContext: The value a client uses to populate the dwEnumerationContext field of the request on a future call to IDL_DRSGetReplInfo to retrieve additional results. For an informative description of the sequencing issues associated with this field, see section 1.3.2.
rgMetaData: The sequence of link value stamps.