TCL_GetWorkBufferSize

Definition

#include <twl/tcl.h>


u32 TCL_GetWorkBufferSize( void );
	

Arguments

None.

Return Values

Size of the working buffer needed to load or create a management file.

Description

Returns the buffer size needed by the TCL_LoadTable or TCL_CreateTable functions to load or create a management file.

When calling those functions, specify the working buffer size retrieved by this function.

See Also

TCL_LoadTable
TCL_CreateTable

Revision History

2008/10/07 Initial version.


CONFIDENTIAL