IDiaEnumNamedStreams::get__NewEnum

Retrieves the IEnumVARIANT version of this enumerator.

Syntax

HRESULT get__NewEnum ( 
   [out] IUnknown** pRetVal
);

Parameters

[out] pRetVal

Returns the IUnknown interface that represents the IEnumVARIANT version of this enumerator. The returned enumerator is clone of the same state at the time this method is called.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also