DeInit
Function Usage
Resource destruction method. This method needs to be rewritten for custom plugins to release the resources that are allocated in this method. It is used together with Init.
Prototype
1 | virtual APP_ERROR MxPluginBase::DeInit() = 0; |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxPluginBase