#include "THPSimple.h"
BOOL THPSimpleClose(void);
None.
Returns TRUE if successful; FALSE otherwise.
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.
THPSimpleOpen, THPSimpleAudioStop, THPSimpleLoadStop
03/01/2006 Initial version.