ISyncKnowledge::ProjectOntoItem

Gets the knowledge for the specified item.


HRESULT ProjectOntoItem( 
  const BYTE *pbItemId,
  ISyncKnowledge **ppKnowledgeOut);

pbItemId

[in] The ID of the item to look up.

ppKnowledgeOut

[out] Returns a knowledge object that contains only the item specified by pbItemId.

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

Show: