Property

Movie.Handle


Warning

This item was deprecated in version 2020r2. There is no replacement.

Description

Returns a Handle to the movie, mainly used for API calls that require the Handle to a movie.

Sample code

This gets the Handle to the movie.

Var f As FolderItem
Var m As Movie
Var i As Ptr
f = GetOpenFolderItem("")
m = Movie.Open(f)
i = m.Handle

Compatibility

All project types on all supported operating systems.