THPSimpleSetBuffer

C Specification

#include "THPSimple.h"
BOOL THPSimpleSetBuffer(u8 *buffer);

Arguments

buffer Pointer to the work area.

Return Values

Returns TRUE if successful; FALSE otherwise.

Description

In the simple player, this function registers the work area provided by the argument.

The size of the work area must match the size returned by the THPSimpleCalcNeedMemory function.

See Also

THPSimpleCalcNeedMemory

Revision History

03/01/2006 Initial version.