Microsoft DirectX 9.0

IEnumStreamIdMap::Clone

The Clone method copies the collection.

Syntax

HRESULT Clone(
  IEnumStreamIdMap** ppIEnumStreamIdMap
);

Parameters

ppIEnumStreamIdMap

[out] Address of an IEnumStreamIdMap interface pointer that will be set to the returned collection object.

Return Values

Returns S_OK if successful. If the method fails,an HRESULT error code is returned.

See Also