IKnowledgeWithMarkers::RemoveAllChangeUnitsRequiredMarker

Marks the specified item as not requiring that all change units are included when the source provider adds the item to a change batch.


HRESULT RemoveAllChangeUnitsRequiredMarker(
  BYTE* pItemId);

pItemId

[in] The ID of the item to mark as not requiring that all change units are included.

  • S_OK.

  • S_FALSE when pItemId is not marked as requiring that all change units are included.

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

  • SYNC_E_MARKER_MISMATCH when the knowledge object contains items that are marked as containing all change units.

Show: