IEnumGuideDataProperties::Clone

 
Microsoft DirectShow 9.0

IEnumGuideDataProperties::Clone

Not implemented for this release.

The Clone method creates a copy of the collection.

Syntax

  HRESULT Clone(
  IEnumGuideDataProperties**  ppenum
);

Parameters

ppenum

[out]  Receives a pointer to the new collection's IEnumGuideDataProperties interface.

Return Values

Returns E_NOTIMPL.

Requirements

Header: Include bdatif.h.

See Also