Share via


ITuneRequest::Clone method (tuner.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 returns a new copy of this tune request.

Syntax

HRESULT Clone(
  [out] ITuneRequest **NewTuneRequest
);

Parameters

[out] NewTuneRequest

Address of an ITuneRequest interface pointer that will be set to the new object.

Return value

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Remarks

This method performs a "deep copy" of the object; in other words it copies all sub-objects as well, including Components, LanguageComponentType objects, and so on.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

ITuneRequest Interface