THPSimpleGetTotalFrame

C Specification

#include "THPSimple.h"
u32 THPSimpleGetTotalFrame(void);

Arguments

None.

Return Values

Returns the total number of frames if successful; 0 otherwise.

Description

This function gets the total number of frames included in the THP movie data that was opened by the THPSimpleOpen function.

See Also

THPSimpleOpen

Revision History

03/01/2006 Initial version.