Index

C/C++ Functions

txTextIniViaPowerDoc

DT_SLONG txTextIniViaPowerDoc(DT_TXDOC* text_doc, DT_PDDOC power_doc)

Short Description: Create and initialize text document - via PowerDoc

This is a convenience function. It has the same effect as calling txTextIni followed by a call to txTextMakeViaPowerDoc.

Parameters

ParameterDescription

text_doc

See txTextIni.

power_doc

See txTextMakeViaPowerDoc.

Return Value

If the new Unicode text document was built successfully, the return value will be a non-negative integer. Otherwise, the function returns -1 and text_doc holds DV_NULL.

Comments, Notes and Related Functions

See txTextIni and txTextMakeViaPowerDoc.

 

Index