ISyncKnowledge::GetSingleItemExceptions

Obtiene un objeto que puede enumerar los objetos ISingleItemException que se encuentran almacenados en el conocimiento.

Sintaxis

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

Parámetros

  • riid
    [in] IID del objeto que hay que recuperar. Debe ser IID_IEnumSingleItemExceptions.

  • ppUnk
    [out, riid_is(riid)] Devuelve un objeto que implementa riid y que puede enumerar la lista de objetos ISingleItemException que contiene el conocimiento.

Valor devuelto

  • S_OK

  • E_INVALIDARG

  • E_NOINTERFACE

  • E_OUTOFMEMORY

Notas

Tenga en cuenta que no hay una representación única del conocimiento. Un conocimiento equivalente se podría representar en formas diferentes y devolver valores distintos de GetSingleItemExceptions.

Vea también

Otros recursos

Interfaz ISyncKnowledge