> > By debugging pproshutdown is called before DLL_PROCESS_DETACH section of > DllMain?
I think yes, because ppro calls pproshutdown as before it returns from main and returning from main is what I think triggers the system to call detach. > > I think you also call an unload service if there is one. That calls come > when during a shutdown? before/after above evnets? > No, PPro never implicitly calls unload. Only called if it is explicitly called somehow by script or another plugin.
