The pdEngineExt function deinitializes and destroys the Power Engine instance created by pdEngineIniViaStream. Since each Power Engine instance has its own internal instance of D-Type Standard Engine, this function also deinitializes and destroys that instance. The pdEngineExt function must be called before the application terminates for each instance of D-Type Power Engine.
As mentioned earlier, a Power Engine instance can be referenced by multiple documents. This means that before a Power Engine instance is destroyed using this function, all of its document instances must first be destroyed by calling the pdDocExt function.
Parameter | Description |
---|---|
engine |
Handle of the Power Engine instance to be destroyed. |