TCL_GetTableBufferSize

Definition

#include <twl/tcl.h>


u32 TCL_GetTableBufferSize( void );
	

Arguments

None.

Return Values

The size of the buffer needed to load or generate a management file.

Description

Returns the size of buffer that the TCL_LoadTable or TCL_CreateTable functions need to load or generate a management file.

When calling the previous two functions, pass them the buffer size retrieved by this function.

See Also

TCL_LoadTable
TCL_CreateTable

Revision History

2008/10/07 Initial version.


CONFIDENTIAL