Share via


IEnumTuneRequests::Clone method (bdatif.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The Clone method creates a copy of the collection.

Syntax

HRESULT Clone(
  [out] IEnumTuneRequests **ppenum
);

Parameters

[out] ppenum

Receives the new collection.

Return value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

Requirement Value
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IEnumTuneRequests Interface