THPPlayerSetBuffer

C Specification

#include "THPPlayer.h"
BOOL THPPlayerSetBuffer(u8 *buffer);

Arguments

buffer Pointer to the work buffer.

Return Values

Returns TRUE if successful; FALSE otherwise.

Description

In the player, this function registers the work buffer that the argument specifies.

The size of the work buffer must match the size that the THPPlayerCalcNeedMemory function returns.

See Also

THPPlayerCalcNeedMemory

Revision History

03/01/2006 Initial version.