THPPlayerClose

C Specification

#include "THPPlayer.h"
BOOL THPPlayerClose(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 THPPlayerOpen function.

Always call the THPPlayerStop function to stop THP movie data playback before calling this function.

See Also

THPPlayerOpen, THPPlayerStop

Revision History

03/01/2006 Initial version.