ltmmConvertCtrl.TargetArray Property

Visual Basic Example

Syntax

object.TargetArray As Variant

Remarks

Gets or sets the media target array.

This property allows the user to set the output of the conversion process to an array. The array must have one dimension and byte elements. The user is responsible for allocating, initializing, and freeing the array. However, the user should not free the array while the convert control holds a reference to it. The array will be resized, as needed, by the convert control. The ResetTarget method should be called to stop the convert control from accessing the array. The TargetType will be set to ltmmConvert_Target_Array.

Assignment could raise an error exception. For more information, refer to the Error Codes.

See Also

Elements:

ltmmConvertCtrl.TargetType Property, ltmmConvertCtrl.ResetTarget Method

Topics:

ltmmConvertCtrl Object