TCLAccessor

Definition

#include <twl/tcl.h>


typedef struct
{
    void* tableBuffer;
    u32   tableBufferSize;
    void* workBuffer;
    u32   workBufferSize;
} TCLAccessor;
	

Description

Use the accessor to access various TCL functions.

The accessor is initialized when functions such as TCL_LoadTable and TCL_CreateTable are called to load or create management files.

The direct use of any of its members from an application is prohibited.

Use the initialized accessor to access subsequent functions.

See Also

TCL_LoadTable
TCL_CreateTable

Revision History

2008/10/07 Initial version.


CONFIDENTIAL