ODBG2_Plugindestroy

Optional plugin callback function, called when plugin is about to be unloaded, either because OllyDbg terminates or user requested to remove plugin (will be supported in the future). At this moment, all windows created by plugin are already destroyed (and received WM_DESTROY). Function must free all internally allocated resources, like window classes, files, memory etc.


void ODBG2_Plugindestroy(void);


Parameters:

None


Return values:

None


See also:
Plugins, ODBG2_Plugininit(), ODBG2_Pluginquery()