Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.