Share via


IKnowledgeWithMarkers::ContainsAllChangeUnitsPresentMarker

Indicates whether the specified item contains all change units.

Syntax

HRESULT ContainsAllChangeUnitsPresentMarker(
  BYTE* pItemId);

Parameters

  • pItemId
    [in] The ID of the item to look up.

Return Value

  • S_OK when pItemId is marked as containing all change units.

  • S_FALSE when pItemId is not marked as containing all change units.

  • SYNC_E_ID_FORMAT_MISMATCH when pItemId is not in the ID format that is specified for this knowledgg object.

See Also

Reference

IKnowledgeWithMarkers Interface