VX_CloseMovie


C Specification

#include <nitro/vx.h>

void        VX_CloseMovie               ( VXHandle handle );

Description

Closes a VX movie.
VX_Free is called inside this function.

Arguments

handle Valid handle movie, if this is VX_INVALID_HANDLE the function does nothing.

Return Values

None.

See Also

VX_OpenMovieFromMemory
VX_OpenMovieFromFile

Revision History

02/15/2006 Added information of VX_Free function use inside this function
10/26/2005 Initial Version