#include "THPSimple.h"
BOOL THPSimpleLoadStop(void);
None.
Returns TRUE if successful; FALSE otherwise.
This function stops preloading the THP movie data and initializes the simple player control structure. This causes the player to return to the initialized state.
If you want to resume playback of stopped THP movie data, start with the THPSimplePreLoad function.
If there is room in the load buffer held within the simple player itself, the THP movie data will be preloaded in the background.
03/01/2006 Initial version.