IEndpointStateWithKnowledge::GetKnowledge

Gets the knowledge that is contained in the FeedSync endpoint.


HRESULT GetKnowledge(
  ISyncKnowledge ** ppKnowledge);

ppKnowledge

[out] Returns the knowledge that is contained in the FeedSync endpoint.

  • S_OK

  • S_FALSE when the endpoint does not contain knowledge.

  • E_POINTER

Show: