Index

C/C++ Functions

pdDocGetPDEngineInst

void pdDocGetPDEngineInst(DT_PDDOC power_doc, DT_PDENGINE* engine)

Short Description: Get associated Power Engine Instance

As mentioned earlier, each Power Engine document is associated with one Power Engine instance. The pdDocGetPDEngineInst function allows applications to get the handle of this Power Engine instance.

Parameters

ParameterDescription

power_doc

Handle of the previously created Power Engine document.

engine

Pointer to the handle of the associated Power Engine instance.

 

Index