Index

C/C++ Functions

pdDocExt

void pdDocExt(DT_PDDOC power_doc)

Short Description: Deinitialize and destroy document

The pdDocExt function deinitializes and destroys a Power Engine document created by pdDocIni. This function should be called when the document is no longer needed and before its Power Engine instance is destroyed.

Parameters

ParameterDescription

power_doc

Handle of the Power Engine document to be destroyed.

Related Functions

pdDocIni

 

Index