This interface provides enumeration capabilities for the set of errors that have been placed on the Repository error queue.
Use the IEnumRepositoryErrors interface to access the queue of Repository errors.
IUnknown Method | Description |
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments the reference count. |
Release | Decrements the reference count. |
IEnumRepositoryErrors Method | Description |
Clone | Clones the current enumerator. |
Next | Returns the next one or more elements. |
Reset | Resets the enumerator to the beginning. |
Skip | Skips over the next one or more elements. |