4.1.13.1.17 DS_REPL_ATTR_META_DATA_2

The DS_REPL_ATTR_META_DATA_2 structure defines an attribute stamp for a given object. This structure is a concrete representation of an AttributeStamp; it is a superset of DS_REPL_ATTR_META_DATA.

 typedef struct {
   [string] LPWSTR pszAttributeName;
   DWORD dwVersion;
   FILETIME ftimeLastOriginatingChange;
   UUID uuidLastOriginatingDsaInvocationID;
   USN usnOriginatingChange;
   USN usnLocalChange;
   [string] LPWSTR pszLastOriginatingDsaDN;
 } DS_REPL_ATTR_META_DATA_2;

pszAttributeName: The lDAPDisplayName of the attribute to which the stamp corresponds.

dwVersion: The stamp version.

ftimeLastOriginatingChange: The date and time at which the last originating update was made.

uuidLastOriginatingDsaInvocationID: The invocation ID of the DC that performed the last originating update.

usnOriginatingChange: The USN assigned to the last originating update by the DC that performed it.

usnLocalChange: An implementation-specific value.

pszLastOriginatingDsaDN: The DN of the nTDSDSA object with an invocationId of uuidLastOriginatingDsaInvocationID.