ISyncKnowledge::ContainsKnowledge
Indicates whether the specified knowledge is known by this knowledge.
Syntax
HRESULT ContainsKnowledge(
ISyncKnowledge *pSyncKnowledge);
Parameters
- pSyncKnowledge
[in] The knowledge to look up.
Return Value
S_OK if pSyncKnowledge is known.
S_FALSE if pSyncKnowledge is not known.
E_INVALIDARG.
Remarks
It is not necessary to call ISyncKnowledge::MapRemoteToLocal on pSyncKnowledge before passing it to this method.