#include "THPPlayer.h"
BOOL THPPlayerSetBuffer(u8 *buffer);
| buffer | Pointer to the work buffer. |
Returns TRUE if successful; FALSE otherwise.
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.
03/01/2006 Initial version.