THPPlayerSetBuffer

Syntax

#include "THPPlayer.h"

BOOL THPPlayerSetBuffer(u8 *buffer);

Arguments

buffer Pointer to the work area.

Return Values

Returns TRUE if successful, FALSE otherwise.

Description

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

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

See Also

THPPlayerCalcNeedMemory

Revision History

2006/03/01 Initial version.


CONFIDENTIAL