IEnumRepositoryErrors Interface
This interface provides enumeration capabilities for the set of errors that have been placed on the repository error queue.
When to Use
Use the IEnumRepositoryErrors interface to access the queue of repository errors.
Methods
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 |
See Also
Error Handling Overview
IRepositoryErrorQueue:: _NewEnum
Repository Errors