Directory Services |
The DS_REPL_OBJ_META_DATA_2 structure contains an array of DS_REPL_ATTR_META_DATA_2 structures, which in turn contain replication state data for the attributes (past and present) for a given object, as returned by the DsReplicaGetInfo2 function. This structure is an enhanced version of the DS_REPL_OBJ_META_DATA structure.
typedef struct {
DWORD cNumEntries;
DWORD dwReserved;
DS_REPL_ATTR_META_DATA_2 rgMetaData[1]; } DS_REPL_OBJ_META_DATA_2;
Client: Included in Windows XP.
Server: Included in Windows Server 2003.
Header: Declared in Ntdsapi.h.
DS_REPL_ATTR_META_DATA_2, DS_REPL_OBJ_META_DATA, DsReplicaGetInfo2