ltmmConvertCtrl.SourceHGlobal Property

Visual Basic Example

Syntax

object.SourceHGlobal As Long

Remarks

Gets or sets the handle to the global memory media source.

This property allows the user to store a complete media file in global memory and use it as the source for the conversion process. The user is responsible for allocating, initializing, and freeing the global memory. However, the user should not free the global memory handle while the convert control holds a reference to it. The ResetSource method should be called to stop the convert control from accessing the global memory. The SourceType will be set to ltmmConvert_Source_HGlobal.

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

See Also

Elements:

ltmmConvertCtrl.SourceType Property, ltmmConvertCtrl.ResetSource Method

Topics:

ltmmConvertCtrl Object