#include <nitro/vx.h>
void VX_CloseMovie ( VXHandle handle );
Closes a VX movie.
VX_Free is called inside this function.
handle |
Valid handle movie, if this is VX_INVALID_HANDLE the function does nothing. |
None.
VX_OpenMovieFromMemory
VX_OpenMovieFromFile
02/15/2006 Added information of VX_Free function use inside this function 10/26/2005 Initial Version