THPSimpleSetBuffer

Syntax

#include "THPSimple.h"

BOOL THPSimpleSetBuffer(u8 *buffer);

Arguments

buffer Pointer to the work area.

Return Values

Returns TRUE if successful, FALSE otherwise.

Description

The THPSimpleSetBuffer function registers in the simple player the work area passed by the argument.

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

See Also

THPSimpleCalcNeedMemory

Revision History

2006/03/01 Initial version.


CONFIDENTIAL