Microsoft DirectX 9.0

IChannelTuneRequest.Clone

The Clone method creates a new copy of this IChannelTuneRequest object.

Syntax

objIChannelTuneRequest.Clone() As TuneRequest

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

This method returns a IChannelTuneRequest object that is a copy of the current object as an Object.

See Also