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 intersects with this knowledge.
HRESULT IntersectsWithKnowledge(
ISyncKnowledge * pSyncKnowledge);
Parameters
- pSyncKnowledge
[in] The knowledge that is checked against this object to determine whether there is an intersection.
Return Value
S_OK when the specified knowledge intersects with this knowledge.
S_FALSE when the specified knowledge does not intersect with this knowledge.
E_POINTER.