Index

C/C++ Functions

txTextGetPDEngineInst

void txTextGetPDEngineInst(DT_TXDOC text_doc, DT_PDENGINE* engine)

Short Description: Get associated Power Engine Instance

Each text document is associated with one D-Type Power Engine instance. The txTextGetPDEngineInst function allows applications to get the handle of this Power Engine instance.

Parameters

ParameterDescription

text_doc

Handle of the text document instance.

engine

Pointer to the handle of the associated Power Engine instance.

 

Index