This method creates an enumeration object for the error queue. An interface pointer for the enumeration object is passed back to the caller.
HRESULT _NewEnum(
IEnumRepositoryErrors **ppIEnum
);
Parameters
*ppIEnum
[out]
The interface pointer to the enumeration object.
Return Value
S_OK
The method completed successfully.
Error
This method failed to complete successfully.