GetOutboundBacklogFileIdRecords method of the MSFT_DfsrReplicatedFolderInfo class

Retrieves the list of ID records for the files that are scheduled to be replicated to the outbound partner given its version vector.

Syntax

uint32 GetOutboundBacklogFileIdRecords(
  [in]  string                VersionVector,
  [out] MSFT_DfsrIdRecordInfo BacklogIdRecords[],
  [out] uint32                IdRecordIndex
);

Parameters

VersionVector [in]

The version vector of the outbound partner. This value should be obtained by calling the GetVersionVector method of the outbound partner for the same replicated folder.

BacklogIdRecords [out]

An array of MSFT_DfsrIdRecordInfo records for the files in the backlog.

IdRecordIndex [out]

The index number of the last ID record processed.

Return value

This method returns one of the MONITOR_STATUS return codes or one of the system error codes.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dfsr
MOF
Dfsrwmiv2.mof
DLL
DfsRWmiV2.dll

See also

MSFT_DfsrReplicatedFolderInfo