IKnowledgeWithMarkers::AddAllChangeUnitsPresentMarker
Marks the specified item as containing all change units.
Syntax
HRESULT AddAllChangeUnitsPresentMarker(
BYTE* pItemId);
Parameters
- pItemId
[in] The ID of the item to mark as containing all change units.
Return Value
S_OK.
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 already contains items that are marked as requiring all change units.
Remarks
An IKnowledgeWithMarkers object can contain markers of only one type. To change the type of markers contained in the knowledge object, RemoveMarkers must be called before new markers are added.