Share via


ISyncKnowledge::ProjectOntoChangeUnit

Gets the knowledge for the specified change unit.

HRESULT ProjectOntoChangeUnit( 
  const BYTE *pbItemId,
  const BYTE *pbChangeUnitId,
  ISyncKnowledge **ppKnowledgeOut);

Parameters

  • pbItemId
    [in] The ID of the item that contains the change unit to look up.
  • pbChangeUnitId
    [in] The ID of the change unit to look up.
  • ppKnowledgeOut
    [out] Returns a knowledge object that contains only the change unit specified by pbChangeUnitId.

Return Value

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

See Also

Reference

ISyncKnowledge Interface