ContentPluginUnloading
ContentPluginUnloading is called just before the plugin is unloaded, e.g. to close buffers, abort operations etc.
Declaration:
void __stdcall ContentPluginUnloading(void);
Description of parameters:
There are no parameters.
Return value:
There is no return value.
Note:
This function was added by request from a user who needs to unload GDI+. It seems that GDI+ has a bug which makes it crash when unloading it in the DLL unload function, therefore a separate unload function is needed.