Share via


CEnumPins::Clone (Compact 2013)

3/26/2014

Makes a copy of the enumerator. This allows the calling application to retain two positions in the list of pins.

Syntax

HRESULT Clone(
  IEnumPins** ppEnum 
);

Parameters

  • ppEnum
    New enumerator that is a copy of this enumerator.

Return Value

Returns an HRESULT value.

Remarks

This member function implements the IEnumPins::Clone method.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CEnumPins Class