Index

C/C++ Functions

lxCacheExt

void lxCacheExt(DT_LXCACHE layout_cache)

Short Description: Deinitialize (destroy) layout cache

This function destroys the layout cache instance created by a previous call to lxCacheIni. This function should be called when the created cache instance is no longer needed (typically before your application terminates).

Parameters

ParameterDescription

layout_cache

Handle of the previously created layout cache instance.

 

Index