Skip to content

Latest commit

 

History

History
119 lines (82 loc) · 4.24 KB

ns-ntdsapi-ds_repl_value_meta_data_2.md

File metadata and controls

119 lines (82 loc) · 4.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ntdsapi._DS_REPL_VALUE_META_DATA_2
DS_REPL_VALUE_META_DATA_2 (ntdsapi.h)
Used with the DS_REPL_ATTR_VALUE_META_DATA_2 structure to contain attribute value replication metadata.
DS_REPL_VALUE_META_DATA_2
DS_REPL_VALUE_META_DATA_2 structure [Active Directory]
ad.ds_repl_value_meta_data_2
ntdsapi/DS_REPL_VALUE_META_DATA_2
ad\ds_repl_value_meta_data_2.htm
ad
747e32b8-2cc0-4fcd-88dc-027188598361
12/05/2018
DS_REPL_VALUE_META_DATA_2, DS_REPL_VALUE_META_DATA_2 structure [Active Directory], ad.ds_repl_value_meta_data_2, ntdsapi/DS_REPL_VALUE_META_DATA_2
ntdsapi.h
Windows
Windows Vista
Windows Server 2008
Windows
DS_REPL_VALUE_META_DATA_2
19H1
_DS_REPL_VALUE_META_DATA_2
ntdsapi/_DS_REPL_VALUE_META_DATA_2
DS_REPL_VALUE_META_DATA_2
ntdsapi/DS_REPL_VALUE_META_DATA_2
c++
APIRef
kbSyntax
HeaderDef
Ntdsapi.h
DS_REPL_VALUE_META_DATA_2

DS_REPL_VALUE_META_DATA_2 structure

-description

The DS_REPL_VALUE_META_DATA_2 structure is used with the DS_REPL_ATTR_VALUE_META_DATA_2 structure to contain attribute value replication metadata.

-struct-fields

-field pszAttributeName

Pointer to a null-terminated Unicode string that contains the LDAP display name of the attribute that corresponds to this metadata.

-field pszObjectDn

Pointer to a null-terminated Unicode string that contains the distinguished name of the object that this attribute belongs to.

-field cbData

Contains the number of bytes in the pbData array.

-field pbData.size_is

-field pbData.size_is.cbData

-field pbData.ptr

-field pbData

Pointer to a buffer that contains the attribute replication metadata. The cbData member contains the length of this buffer, in bytes.

-field ftimeDeleted

Contains a FILETIME structure that contains the time this attribute was deleted.

-field ftimeCreated

Contains a FILETIME structure that contains the time this attribute was created.

-field dwVersion

Contains the version of this attribute. Each originating modification of the attribute increases this value by one. Replication of a modification does not affect the version.

-field ftimeLastOriginatingChange

Contains a FILETIME structure that contains the time at which the last originating change was made to this attribute. Replication of the change does not affect this value.

-field uuidLastOriginatingDsaInvocationID

Contains the invocation identifier of the server on which the last change was made to this attribute. Replication of the change does not affect this value.

-field usnOriginatingChange

Contains the update sequence number (USN) on the originating server at which the last change to this attribute was made. Replication of the change does not affect this value.

-field usnLocalChange

Contains the USN on the destination server, that is, the server from which the DsReplicaGetInfo2 function retrieved the metadata, at which the last change to this attribute was applied. This value is typically different on all servers.

-field pszLastOriginatingDsaDN

Pointer to a null-terminated Unicode string that contains the distinguished name of the directory system agent server that originated the last replication.

-see-also

DS_REPL_ATTR_VALUE_META_DATA_2

DsReplicaGetInfo2