THPSimpleLoadStop

C Specification

#include "THPSimple.h"
BOOL THPSimpleLoadStop(void);

Arguments

None.

Return Values

Returns TRUE if successful; FALSE otherwise.

Description

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.

See Also

THPSimplePreLoad

Revision History

03/01/2006 Initial version.