ISyncKnowledge::ProjectOntoChangeUnit

Gets the knowledge for the specified change unit.


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

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.

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

Show: