Microsoft DirectX 9.0

MPEG2ComponentType.Clone

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

Syntax

objMPEG2ComponentType.Clone() As ComponentType

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

Returns a new MPEG2ComponentType object whose values are identical to the current MPEG2ComponentType object.

See Also