ITuneRequest::Clone Method
The Clone method returns a new copy of this tune request.
Syntax
HRESULT Clone(
[out] ITuneRequest **ppNewTuneRequest
);
Parameters
- ppNewTuneRequest [out]
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
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008