Platform |
Win32, x64 |
Purpose |
To test if a video is still playing. |
Syntax |
INTEGER(7) FUNCTION MOVIE_PLAYING@() |
Return value |
MOVIE_PLAYING@ returns an integer that is the Window handle of the movie window created by a call to SHOW_MOVIE@ (or zero if no movie is playing). This handle can be passed to the standard API function DestroyWindow to force the movie to end. |