Directory Services |
The DS_REPL_OBJ_META_DATA structure contains an array of DS_REPL_ATTR_META_DATA structures, which in turn contain replication state data for the attributes (past and present) for a given object, as returned by the DsReplicaGetInfo and DsReplicaGetInfo2 functions. The metadata records data about the last modification of a given attribute of an object.
typedef struct _DS_REPL_OBJ_META_DATA {
DWORD cNumEntries;
DWORD dwReserved;
DS_REPL_ATTR_META_DATA rgMetaData[1]; } DS_REPL_OBJ_META_DATA;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Unicode: Declared only as Unicode.
Header: Declared in Ntdsapi.h.