IVIO_EnumDiagnosticItems::Clone

This method retrieves another enumerator that contains the same state information as the current one.

Syntax

HRESULT IVIO_EnumDiagnosticItems::Clone ( IVIO_EnumDiagnosticItems **ppEnumClone);

Parameters

ppEnumClone
[out] Pointer to a pointer to an IVIO_EnumDiagnosticItems interface.

Return Values

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.