Share via


ISyncKnowledge2::IntersectsWithKnowledge

Indicates whether the specified knowledge intersects with this knowledge.

Syntax

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.

See Also

Reference

ISyncKnowledge2 Interface