5.216 VALUE_META_DATA_EXT_V3

The VALUE_META_DATA_EXT_V3 structure defines a concrete type for the stamp of a link value. This structure is a superset of the VALUE_META_DATA_EXT_V1 structure.

 typedef struct {
   DSTIME timeCreated;
   PROPERTY_META_DATA_EXT MetaData;
   DWORD unused1;
   DWORD unused2;
   DWORD unused3;
   DSTIME timeExpired;
 } VALUE_META_DATA_EXT_V3;

timeCreated:  The date and time at which the first originating update was made.

MetaData:  The remainder of the stamp; has the same PROPERTY_META_DATA_EXT type as used for the stamp of an attribute.

unused1:  Unused. MUST be 0 and ignored

unused2:  Unused. MUST be 0 and ignored

unused3:  Unused. MUST be 0 and ignored

timeExpired:  The date and time at which the link value must be removed from the state of the DC.