ISyncKnowledge::FindMinTickCountForReplica

Finds the minimum tick count in the knowledge for the specified replica.

Syntax

HRESULT FindMinTickCountForReplica( 
  const BYTE *pbReplicaId,
  ULONGLONG *pullReplicaTickCount);

Parameters

  • pbReplicaId
    [in] The ID of the replica to look up.

  • pullReplicaTickCount
    [out] Returns the minimum tick count in the knowledge for pbReplicaId.

Return Value

  • S_OK

  • E_INVALIDARG

See Also

Reference

ISyncKnowledge Interface