Microsoft DirectX 8.1 (C++) |
The Clone method creates a new copy of this DVBTLocator object.
Syntax
objDVBTLocator.Clone() As Locator
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 DVBTLocator object that is a copy of the current object.
See Also