This method retrieves another enumerator that contains the same state information as the current one.
HRESULT IVIO_EnumDiagnosticItems::Clone ( IVIO_EnumDiagnosticItems **ppEnumClone);
One of the values described in the following table is returned.
Value |
Description |
S_OK | The application cloned the enumeration interface. |
E_OUTOFMEMORY | The application is out of memory. |
E_UNEXPECTED | An unexpected error occurred. |
E_POINTER | The ppEnumClone pointer is invalid. |