ISyncKnowledge::ProjectOntoRange

Gets the knowledge for the specified range of item IDs.


HRESULT ProjectOntoRange( 
  const SYNC_RANGE *psrngSyncRange,
  ISyncKnowledge **ppKnowledgeOut);

psrngSyncRange

[in] The range of item IDs to look up.

ppKnowledgeOut

[out] Returns a knowledge object that contains only the range of item IDs specified by psrngSyncRange.

  • S_OK

  • E_INVALIDARG

  • E_OUTOFMEMORY

Show: