Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified knowledge is known by this knowledge.
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.