Microsoft DirectX 8.1 (C++)

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 Value

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

See Also