THPSimpleQuit

C Specification

#include "THPSimple.h"
void THPSimpleQuit(void);

Arguments

None.

Return Values

None.

Description

This function disables a locked cache, and returns the simple player internal state to what it was before the THPSimpleInit function was called. To use simple player again, first call the THPSimpleInit function.

When using the AX library simultaneously, call this function when AX sound output is silent.

See Also

THPSimpleInit

Revision History

03/01/2006 Initial version.