The REPLVALINF_V1 structure defines a concrete type for the identity and stamp of a link value.
typedef struct {
DSNAME* pObject;
ATTRTYP attrTyp;
ATTRVAL Aval;
BOOL fIsPresent;
VALUE_META_DATA_EXT_V1 MetaData;
} REPLVALINF_V1;
pObject: Identifies the object with the attribute that contains the link value.
attrTyp: An attribute that contains the link value.
Aval: The link value.
fIsPresent: FALSE if and only if the link value has been removed from the attribute.
MetaData: The stamp associated with the link value.