ISyncKnowledge::FindMinTickCountForReplica

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


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

pbReplicaId

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

pullReplicaTickCount

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

  • S_OK

  • E_INVALIDARG

Show: