THPSimpleLoadStop

Syntax

#include "THPSimple.h"

BOOL THPSimpleLoadStop(void);

Arguments

None.

Return Values

Returns TRUE if successful, FALSE otherwise.

Description

The THPSimpleLoadStop function stops preloading the THP movie data and initializes the simple player control structure. This causes the player to return to the initialize state.

If you want to resume play of THP movie data that has been stopped, you must start from the THPSimplePreLoad function.

If there is room in the load buffer maintained by the simple player itself, the THP movie data will be preloaded in the background.

See Also

THPSimplePreLoad

Revision History

2006/03/01 Initial version.


CONFIDENTIAL