ISyncKnowledge::ExcludeChangeUnit

Removes knowledge about the specified change unit from the knowledge.

Syntax

HRESULT ExcludeChangeUnit( 
  const BYTE *pbItemId,
  const BYTE *pbChangeUnitId);

Parameters

  • pbItemId
    [in] The ID of the item that contains the change unit to exclude from the knowledge.

  • pbChangeUnitId
    [in] The ID of the change unit to exclude from the knowledge.

Return Value

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

See Also

Reference

ISyncKnowledge Interface