FsContentPluginUnloading
FsContentPluginUnloading is called just before the plugin is unloaded, e.g. to close buffers, abort operations etc.
Declaration:
void __stdcall FsContentPluginUnloading(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. The function is only called if the content plugin part of the file system plugin is used!