ISyncKnowledge::ContainsKnowledge

Indicates whether the specified knowledge is known by this knowledge.


HRESULT ContainsKnowledge( 
  ISyncKnowledge *pSyncKnowledge);

pSyncKnowledge

[in] The knowledge to look up.

  • S_OK if pSyncKnowledge is known.

  • S_FALSE if pSyncKnowledge is not known.

  • E_INVALIDARG.

It is not necessary to call ISyncKnowledge::MapRemoteToLocal on pSyncKnowledge before passing it to this method.

Show: