THPSimpleClose

C Specification

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

Arguments

None.

Return Values

Returns TRUE if successful; FALSE otherwise.

Description

This function calls the DVDClose function to close THP movie data that was opened within the THPSimpleOpen function.

Before calling this function, always call THPSimpleAudioStop and THPSimpleLoadStop to stop any access of the THP movie data by the simple player.

See Also

THPSimpleOpen, THPSimpleAudioStop, THPSimpleLoadStop

Revision History

03/01/2006 Initial version.