ISyncKnowledge::GetRangeExceptions

Gets an object that can enumerate the IRangeException objects that is stored in the knowledge.


HRESULT GetRangeExceptions( 
  REFIID riid,
  IUnknown **ppUnk);

riid

[in] The IID of the object to retrieve. Must be IID_IEnumRangeExceptions.

ppUnk

[out, riid_is(riid)] Returns an object that implements riid and that can enumerate the list of IRangeException objects that is contained in the knowledge.

  • S_OK

  • E_INVALIDARG

  • E_NOINTERFACE

  • E_OUTOFMEMORY

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from GetRangeExceptions.

Show: