Index

C/C++ Functions

pdEngineGetLayoutCacheInst

void pdEngineGetLayoutCacheInst(DT_PDENGINE engine, DT_LXCACHE* layout_cache)

Short Description: Get associated layout cache instance

The pdEngineGetLayoutCacheInst function returns the handle of Power Engine's internal D-Type Layout Cache instance.

Parameters

ParameterDescription

engine

Handle of the previously created Power Engine instance.

layout_cache

Pointer to the handle of the Layout Cache instance.

 

Index